]> git.eshelyaron.com Git - emacs.git/commitdiff
(push_message_unwind): Add prototype.
authorGerd Moellmann <gerd@gnu.org>
Tue, 9 Jan 2001 13:45:04 +0000 (13:45 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 9 Jan 2001 13:45:04 +0000 (13:45 +0000)
src/lisp.h

index c08e66cb77504e187595a39a45c0338413b11bb5..f2096a5f616a5216f0d9653c95f887f810ed5eea 100644 (file)
@@ -1,5 +1,5 @@
 /* Fundamental definitions for GNU Emacs Lisp interpreter.
-   Copyright (C) 1985,86,87,93,94,95,97,98,1999,2000
+   Copyright (C) 1985,86,87,93,94,95,97,98,1999,2000, 2001
      Free Software Foundation, Inc.
 
 This file is part of GNU Emacs.
@@ -2127,6 +2127,7 @@ extern Lisp_Object echo_area_buffer[2];
 extern void check_message_stack P_ ((void));
 extern void setup_echo_area_for_printing P_ ((int));
 extern int push_message P_ ((void));
+extern Lisp_Object push_message_unwind P_ ((Lisp_Object));
 extern void pop_message P_ ((void));
 extern void restore_message P_ ((void));
 extern Lisp_Object current_message P_ ((void));