diff options
| author | Gerd Moellmann | 2001-01-09 13:45:04 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 2001-01-09 13:45:04 +0000 |
| commit | 99ee70a989b053aed41e5eb98a914d46f7f3d851 (patch) | |
| tree | 76d333dfc927072f971bc4d84f6be4686add1d11 /src | |
| parent | 37379b363f5ea400615b9e2ba91bb821d1b76915 (diff) | |
| download | emacs-99ee70a989b053aed41e5eb98a914d46f7f3d851.tar.gz emacs-99ee70a989b053aed41e5eb98a914d46f7f3d851.zip | |
(push_message_unwind): Add prototype.
Diffstat (limited to 'src')
| -rw-r--r-- | src/lisp.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lisp.h b/src/lisp.h index c08e66cb775..f2096a5f616 100644 --- a/src/lisp.h +++ b/src/lisp.h | |||
| @@ -1,5 +1,5 @@ | |||
| 1 | /* Fundamental definitions for GNU Emacs Lisp interpreter. | 1 | /* Fundamental definitions for GNU Emacs Lisp interpreter. |
| 2 | Copyright (C) 1985,86,87,93,94,95,97,98,1999,2000 | 2 | Copyright (C) 1985,86,87,93,94,95,97,98,1999,2000, 2001 |
| 3 | Free Software Foundation, Inc. | 3 | Free Software Foundation, Inc. |
| 4 | 4 | ||
| 5 | This file is part of GNU Emacs. | 5 | This file is part of GNU Emacs. |
| @@ -2127,6 +2127,7 @@ extern Lisp_Object echo_area_buffer[2]; | |||
| 2127 | extern void check_message_stack P_ ((void)); | 2127 | extern void check_message_stack P_ ((void)); |
| 2128 | extern void setup_echo_area_for_printing P_ ((int)); | 2128 | extern void setup_echo_area_for_printing P_ ((int)); |
| 2129 | extern int push_message P_ ((void)); | 2129 | extern int push_message P_ ((void)); |
| 2130 | extern Lisp_Object push_message_unwind P_ ((Lisp_Object)); | ||
| 2130 | extern void pop_message P_ ((void)); | 2131 | extern void pop_message P_ ((void)); |
| 2131 | extern void restore_message P_ ((void)); | 2132 | extern void restore_message P_ ((void)); |
| 2132 | extern Lisp_Object current_message P_ ((void)); | 2133 | extern Lisp_Object current_message P_ ((void)); |