changeset 9099:a6dbf66b0e94

(Qplus): Declared.
author Richard M. Stallman <rms@gnu.org>
date Mon, 26 Sep 1994 23:42:40 +0000
parents d012275093c1
children 7dacd83e0fe0
files src/lisp.h
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/lisp.h	Mon Sep 26 23:18:19 1994 +0000
+++ b/src/lisp.h	Mon Sep 26 23:42:40 1994 +0000
@@ -1262,7 +1262,6 @@
 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 @@
 
 /* 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 ();