diff options
| author | Richard M. Stallman <rms@gnu.org> | 1993-08-10 04:36:30 +0000 |
|---|---|---|
| committer | Richard M. Stallman <rms@gnu.org> | 1993-08-10 04:36:30 +0000 |
| commit | 3530d5340059da902c1d19edcd5a31246cd91a19 (patch) | |
| tree | c2f8d45d3b5e98b278d8ea749b9dd1554b1d55b4 | |
| parent | c273a8a3c8ea1ba83c41ac1a3ddfe8696924d64f (diff) | |
| download | emacs-3530d5340059da902c1d19edcd5a31246cd91a19.tar.gz | |
(Vinvocation_directory): Declared.
| -rw-r--r-- | src/lisp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index 8d6d00c9981..c6816f2cd5e 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -1271,7 +1271,7 @@ extern Lisp_Object Frubber_band_rectangle (); /* defined in emacs.c */ extern Lisp_Object decode_env_path (); -extern Lisp_Object Vinvocation_name; +extern Lisp_Object Vinvocation_name, Vinvocation_directory; void shut_down_emacs ( /* int signal, int no_x, Lisp_Object stuff */ ); /* Nonzero means don't do interactive redisplay and don't change tty modes */ extern int noninteractive; |
