diff options
| author | Karl Heuer | 1995-06-07 21:39:33 +0000 |
|---|---|---|
| committer | Karl Heuer | 1995-06-07 21:39:33 +0000 |
| commit | de7885bb0bea4f15aa293ce875a01fc25cd3c188 (patch) | |
| tree | ee8c6c78717252c0316dbfcfb25a2cfeae9e0fc0 /src | |
| parent | c48ead865994e2debfd876b1c454adf5a3dd4459 (diff) | |
| download | emacs-de7885bb0bea4f15aa293ce875a01fc25cd3c188.tar.gz emacs-de7885bb0bea4f15aa293ce875a01fc25cd3c188.zip | |
(current_prefix_partial): Deleted.
(Vprefix_arg): Deleted; now part of struct kboard again.
(Funiversal_argument, Fnegative_argument, Fdigit_argument)
(clear_prefix_arg, finalize_prefix_arg): Deleted.
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 | ||