diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/lisp.h b/src/lisp.h index d43c4e68b3f..5ec1307ed05 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1546,17 +1546,11 @@ extern Lisp_Object Fread_no_blanks_input (); | |||
| 1546 | 1546 | ||
| 1547 | /* Defined in callint.c */ | 1547 | /* Defined in callint.c */ |
| 1548 | 1548 | ||
| 1549 | extern int current_prefix_partial; | 1549 | extern Lisp_Object Qminus, Qplus, Vcurrent_prefix_arg; |
| 1550 | extern Lisp_Object Qminus, Qplus, Vcurrent_prefix_arg, Vprefix_arg; | ||
| 1551 | extern Lisp_Object Vcommand_history; | 1550 | extern Lisp_Object Vcommand_history; |
| 1552 | extern Lisp_Object Qcall_interactively; | 1551 | extern Lisp_Object Qcall_interactively; |
| 1553 | extern Lisp_Object Fcall_interactively (); | 1552 | extern Lisp_Object Fcall_interactively (); |
| 1554 | extern Lisp_Object Fprefix_numeric_value (); | 1553 | extern Lisp_Object Fprefix_numeric_value (); |
| 1555 | extern Lisp_Object Funiversal_argument (); | ||
| 1556 | extern Lisp_Object Fnegative_argument (); | ||
| 1557 | extern Lisp_Object Fdigit_argument (); | ||
| 1558 | extern void clear_prefix_arg (); | ||
| 1559 | extern void finalize_prefix_arg (); | ||
| 1560 | 1554 | ||
| 1561 | /* defined in casefiddle.c */ | 1555 | /* defined in casefiddle.c */ |
| 1562 | 1556 | ||