Mercurial > emacs
diff src/lisp.h @ 9099:a6dbf66b0e94
(Qplus): Declared.
| author | Richard M. Stallman <rms@gnu.org> |
|---|---|
| date | Mon, 26 Sep 1994 23:42:40 +0000 |
| parents | 2281d87b7c91 |
| children | 642bbaf7c3fc |
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 ();
