diff options
author | Richard M. Stallman <rms@gnu.org> | 1994-09-26 23:42:40 +0000 |
---|---|---|
committer | Richard M. Stallman <rms@gnu.org> | 1994-09-26 23:42:40 +0000 |
commit | 39974b7532dd5a2b47e6338f3d4a58e065f3b820 (patch) | |
tree | 7fc59921793167eca8c72a80bea1c9f154d9dcb6 /src | |
parent | 011c36f9849ab64979ced9c97d6d8342c7dd92e0 (diff) | |
download | emacs-39974b7532dd5a2b47e6338f3d4a58e065f3b820.tar.gz |
(Qplus): Declared.
Diffstat (limited to 'src')
-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 d82a5c7372d..12280830c11 100644 --- a/src/lisp.h +++ b/src/lisp.h @@ -1262,7 +1262,6 @@ extern void error (); extern Lisp_Object un_autoload (); /* Defined in editfns.c */ -extern Lisp_Object Vprefix_arg, Qminus, Vcurrent_prefix_arg; extern Lisp_Object Fgoto_char (); extern Lisp_Object Fpoint_min_marker (), Fpoint_max_marker (); extern Lisp_Object Fpoint_min (), Fpoint_max (); @@ -1328,6 +1327,7 @@ extern Lisp_Object Fread_no_blanks_input (); /* Defined in callint.c */ +extern Lisp_Object Vprefix_arg, Qminus, Qplus, Vcurrent_prefix_arg; extern Lisp_Object Vcommand_history; extern Lisp_Object Qcall_interactively; extern Lisp_Object Fcall_interactively (); |