changeset 11531:355c40d2b1d2

(message_dolog): The message log doesn't need an undo list.
author Karl Heuer <kwzh@gnu.org>
date Mon, 24 Apr 1995 17:25:45 +0000
parents a265aaa699e0
children a98672909b35
files src/xdisp.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/src/xdisp.c	Mon Apr 24 17:17:15 1995 +0000
+++ b/src/xdisp.c	Mon Apr 24 17:25:45 1995 +0000
@@ -242,6 +242,7 @@
 
       oldbuf = current_buffer;
       Fset_buffer (Fget_buffer_create (build_string ("*Messages*")));
+      current_buffer->undo_list = Qt;
       oldpoint = PT;
       oldbegv = BEGV;
       oldzv = ZV;