projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
13f4b51
)
* src/xdisp.c (Vmessage_stack): Fix comment to match code.
author
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 11 Feb 2018 17:58:10 +0000
(09:58 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sun, 11 Feb 2018 17:58:31 +0000
(09:58 -0800)
src/xdisp.c
patch
|
blob
|
history
diff --git
a/src/xdisp.c
b/src/xdisp.c
index 9a5bd2eb96cca5452a4a85de403b2f0fea81f652..7c90d32db69a59291d2e90b42b75cceaf3ed4979 100644
(file)
--- a/
src/xdisp.c
+++ b/
src/xdisp.c
@@
-440,10
+440,8
@@
static Lisp_Object default_invis_vector[3];
Lisp_Object echo_area_window;
-/* List of pairs (MESSAGE . MULTIBYTE). The function save_message
- pushes the current message and the value of
- message_enable_multibyte on the stack, the function restore_message
- pops the stack and displays MESSAGE again. */
+/* Stack of messages, which are pushed by push_message and popped and
+ displayed by restore_message. */
static Lisp_Object Vmessage_stack;