From 7beb53fb3ca3a41385e1f8f7a22621db17c3b47f Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Mon, 26 Sep 1994 23:42:40 +0000 Subject: [PATCH] (Qplus): Declared. --- src/lisp.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 (); -- 2.39.5