diff options
| author | Karl Heuer | 1995-03-08 03:33:23 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-03-08 03:33:23 +0000 |
| commit | 486a2d096432f84d93a74ba0f2c7394993cf3116 (patch) | |
| tree | 9f3ee321aa7fc1086892fd64b14af0c98f2acbc4 /src | |
| parent | 1cf9cfc6636ae2667da810df82d0c5bafa42ab84 (diff) | |
| download | emacs-486a2d096432f84d93a74ba0f2c7394993cf3116.tar.gz emacs-486a2d096432f84d93a74ba0f2c7394993cf3116.zip | |
Declare new var and functions.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index 4159ff6e56b..7876a35ce49 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1588,11 +1588,17 @@ extern Lisp_Object Fread_no_blanks_input (); | |||
| 1588 | 1588 | ||
| 1589 | /* Defined in callint.c */ | 1589 | /* Defined in callint.c */ |
| 1590 | 1590 | ||
| 1591 | extern int current_prefix_partial; | ||
| 1591 | extern Lisp_Object Qminus, Qplus, Vcurrent_prefix_arg, Vprefix_arg; | 1592 | extern Lisp_Object Qminus, Qplus, Vcurrent_prefix_arg, Vprefix_arg; |
| 1592 | extern Lisp_Object Vcommand_history; | 1593 | extern Lisp_Object Vcommand_history; |
| 1593 | extern Lisp_Object Qcall_interactively; | 1594 | extern Lisp_Object Qcall_interactively; |
| 1594 | extern Lisp_Object Fcall_interactively (); | 1595 | extern Lisp_Object Fcall_interactively (); |
| 1595 | extern Lisp_Object Fprefix_numeric_value (); | 1596 | extern Lisp_Object Fprefix_numeric_value (); |
| 1597 | extern Lisp_Object Funiversal_argument (); | ||
| 1598 | extern Lisp_Object Fnegative_argument (); | ||
| 1599 | extern Lisp_Object Fdigit_argument (); | ||
| 1600 | extern void clear_prefix_arg (); | ||
| 1601 | extern void finalize_prefix_arg (); | ||
| 1596 | 1602 | ||
| 1597 | /* defined in casefiddle.c */ | 1603 | /* defined in casefiddle.c */ |
| 1598 | 1604 | ||
| @@ -1605,7 +1611,6 @@ extern Lisp_Object Vhelp_form, Vtop_level; | |||
| 1605 | extern Lisp_Object Fdiscard_input (), Frecursive_edit (); | 1611 | extern Lisp_Object Fdiscard_input (), Frecursive_edit (); |
| 1606 | extern Lisp_Object Fcommand_execute (), Finput_pending_p (); | 1612 | extern Lisp_Object Fcommand_execute (), Finput_pending_p (); |
| 1607 | extern Lisp_Object Qvertical_scroll_bar; | 1613 | extern Lisp_Object Qvertical_scroll_bar; |
| 1608 | extern void clear_prefix_arg (); | ||
| 1609 | 1614 | ||
| 1610 | /* defined in keymap.c */ | 1615 | /* defined in keymap.c */ |
| 1611 | 1616 | ||