[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/xdisp.c
From: |
Richard M. Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/src/xdisp.c |
Date: |
Tue, 10 Sep 2002 21:57:43 -0400 |
Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.784 emacs/src/xdisp.c:1.785
*** emacs/src/xdisp.c:1.784 Sun Sep 1 09:43:38 2002
--- emacs/src/xdisp.c Tue Sep 10 21:57:41 2002
***************
*** 6842,6858 ****
}
- /* Handler for record_unwind_protect calling pop_message. */
-
- Lisp_Object
- push_message_unwind (dummy)
- Lisp_Object dummy;
- {
- pop_message ();
- return Qnil;
- }
-
-
/* Restore message display from the top of Vmessage_stack. */
void
--- 6842,6847 ----
***************
*** 6868,6873 ****
--- 6857,6872 ----
message3_nolog (msg, 0, 0);
}
+
+ /* Handler for record_unwind_protect calling pop_message. */
+
+ Lisp_Object
+ pop_message_unwind (dummy)
+ Lisp_Object dummy;
+ {
+ pop_message ();
+ return Qnil;
+ }
/* Pop the top-most entry off Vmessage_stack. */