aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/lisp.h2
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 ();
1262extern Lisp_Object un_autoload (); 1262extern Lisp_Object un_autoload ();
1263 1263
1264/* Defined in editfns.c */ 1264/* Defined in editfns.c */
1265extern Lisp_Object Vprefix_arg, Qminus, Vcurrent_prefix_arg;
1266extern Lisp_Object Fgoto_char (); 1265extern Lisp_Object Fgoto_char ();
1267extern Lisp_Object Fpoint_min_marker (), Fpoint_max_marker (); 1266extern Lisp_Object Fpoint_min_marker (), Fpoint_max_marker ();
1268extern Lisp_Object Fpoint_min (), Fpoint_max (); 1267extern Lisp_Object Fpoint_min (), Fpoint_max ();
@@ -1328,6 +1327,7 @@ extern Lisp_Object Fread_no_blanks_input ();
1328 1327
1329/* Defined in callint.c */ 1328/* Defined in callint.c */
1330 1329
1330extern Lisp_Object Vprefix_arg, Qminus, Qplus, Vcurrent_prefix_arg;
1331extern Lisp_Object Vcommand_history; 1331extern Lisp_Object Vcommand_history;
1332extern Lisp_Object Qcall_interactively; 1332extern Lisp_Object Qcall_interactively;
1333extern Lisp_Object Fcall_interactively (); 1333extern Lisp_Object Fcall_interactively ();