]> code.delx.au - gnu-emacs/commit
* editfns.c (Voperating_system_release): Added.
authorSteven Tamm <steventamm@mac.com>
Thu, 20 Jan 2005 18:13:48 +0000 (18:13 +0000)
committerSteven Tamm <steventamm@mac.com>
Thu, 20 Jan 2005 18:13:48 +0000 (18:13 +0000)
commita15252fdfb18b102d25c3c90e866036073a1c3de
tree4526fc8bbd1572becbf0ce4b595380353ddd31a5
parentb059de99a9a3ad624d9652287ca24826609e0f37
* editfns.c (Voperating_system_release): Added.
(init_editfns): Assign new variable operating-system-release
based on call to uname if available.
(get_operating_system_release): Added function to
allow c-level access to operating system release.
* config.h: Regenerated.
* s/darwin.h (PTY_ITERATION): Don't allow PTYs on darwin 6 or
less.
(MIN_PTY_KERNEL_VERSION): Defined minimum kernel version for
using ptys as '7'.
* term/mac-win.el (process-connection-type): Removed.
Controlled now by s/darwin.h:PTY_ITERATION.
lisp/ChangeLog
lisp/term/mac-win.el
src/ChangeLog
src/editfns.c
src/s/darwin.h