emacs-diffs
[Top][All Lists]
Advanced

[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: Sat, 29 Oct 2005 16:03:43 -0400

Index: emacs/src/xdisp.c
diff -c emacs/src/xdisp.c:1.1063 emacs/src/xdisp.c:1.1064
*** emacs/src/xdisp.c:1.1063    Sat Oct 29 19:43:46 2005
--- emacs/src/xdisp.c   Sat Oct 29 20:03:42 2005
***************
*** 16858,16865 ****
--- 16858,16868 ----
    if (XBUFFER (buffer) != current_buffer)
      old_buffer = current_buffer;
  
+   /* Save things including mode_line_proptrans_alist,
+      and set that to nil so that we don't alter the outer value.  */
    record_unwind_protect (unwind_format_mode_line,
                         format_mode_line_unwind_data (old_buffer, 1));
+   mode_line_proptrans_alist = Qnil;
  
    if (old_buffer)
      set_buffer_internal_1 (XBUFFER (buffer));




reply via email to

[Prev in Thread] Current Thread [Next in Thread]