annotate src/s/ptx4.h @ 18207:3b7e375756d2
Added the string "emacs-lock" to all function
and variable names, to make them unique to emacs-lock.
(check-was-buffer-locked): New function,
on shell-mode-hook and telnet-mode-hook.
(save-buffer-lock-setting): New permanent local variable.
(check-buffer-lock): New function, on kill-buffer-hook.
(set-shell-sentinel): New function, on shell-mode-hook
and telnet-mode-hook.
author |
Richard M. Stallman <rms@gnu.org> |
date |
Tue, 10 Jun 1997 03:54:58 +0000 |
parents |
bad765e6a8d9 |
children |
469c3de61eb1 |
rev |
line source |
15845
|
1 /* s/ file for Sequent "ptx 4", which is a modified SVR5.4. */
|
|
2
|
15860
|
3 /* Tell usg5-4.h not to include filio.h. */
|
|
4 #define NO_FILIO_H
|
|
5
|
|
6 #include "usg5-4.h"
|
15845
|
7
|
|
8 /* Marcus Daniels <marcus@sysc.pdx.edu> says that SIGINFO is defined
|
|
9 on ptx4 but it is not a signal. Prevent process.c from doing the
|
|
10 wrong thing. */
|
|
11 #undef SIGINFO
|
|
12
|
|
13 /* Marcus Daniels <marcus@sysc.pdx.edu> says vfork does exist. */
|
|
14 #define HAVE_VFORK
|
|
15
|