diff options
| author | Richard M. Stallman | 1993-06-30 17:51:16 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 1993-06-30 17:51:16 +0000 |
| commit | 88a64fef30d6b05afa8d433629254baffe0ff3e6 (patch) | |
| tree | d0d85f413b743a02fbdb30b174054d886ac85140 /src/emacs.c | |
| parent | 388348ae1f4f133db31941c821ab9496d26997d4 (diff) | |
| download | emacs-88a64fef30d6b05afa8d433629254baffe0ff3e6.tar.gz emacs-88a64fef30d6b05afa8d433629254baffe0ff3e6.zip | |
(PRIO_PROCESS): Definition deleted.
Diffstat (limited to 'src/emacs.c')
| -rw-r--r-- | src/emacs.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/emacs.c b/src/emacs.c index 2e6527e4e7e..309ba1ce2a1 100644 --- a/src/emacs.c +++ b/src/emacs.c | |||
| @@ -52,8 +52,6 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 52 | #define O_RDWR 2 | 52 | #define O_RDWR 2 |
| 53 | #endif | 53 | #endif |
| 54 | 54 | ||
| 55 | #define PRIO_PROCESS 0 | ||
| 56 | |||
| 57 | /* Command line args from shell, as list of strings */ | 55 | /* Command line args from shell, as list of strings */ |
| 58 | Lisp_Object Vcommand_line_args; | 56 | Lisp_Object Vcommand_line_args; |
| 59 | 57 | ||