diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 2 |
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 (); | |||
| 1262 | extern Lisp_Object un_autoload (); | 1262 | extern Lisp_Object un_autoload (); |
| 1263 | 1263 | ||
| 1264 | /* Defined in editfns.c */ | 1264 | /* Defined in editfns.c */ |
| 1265 | extern Lisp_Object Vprefix_arg, Qminus, Vcurrent_prefix_arg; | ||
| 1266 | extern Lisp_Object Fgoto_char (); | 1265 | extern Lisp_Object Fgoto_char (); |
| 1267 | extern Lisp_Object Fpoint_min_marker (), Fpoint_max_marker (); | 1266 | extern Lisp_Object Fpoint_min_marker (), Fpoint_max_marker (); |
| 1268 | extern Lisp_Object Fpoint_min (), Fpoint_max (); | 1267 | extern 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 | ||
| 1330 | extern Lisp_Object Vprefix_arg, Qminus, Qplus, Vcurrent_prefix_arg; | ||
| 1331 | extern Lisp_Object Vcommand_history; | 1331 | extern Lisp_Object Vcommand_history; |
| 1332 | extern Lisp_Object Qcall_interactively; | 1332 | extern Lisp_Object Qcall_interactively; |
| 1333 | extern Lisp_Object Fcall_interactively (); | 1333 | extern Lisp_Object Fcall_interactively (); |