]> git.eshelyaron.com Git - emacs.git/commitdiff
(Qplus): Declared.
authorRichard M. Stallman <rms@gnu.org>
Mon, 26 Sep 1994 23:42:40 +0000 (23:42 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 26 Sep 1994 23:42:40 +0000 (23:42 +0000)
src/lisp.h

index d82a5c7372d1a73e7eaf5c727d73480ebcdc882d..12280830c11327c25e44eb8897d4d3b3ffd62568 100644 (file)
@@ -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 ();