emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/dispnew.c


From: Richard M. Stallman
Subject: [Emacs-diffs] Changes to emacs/src/dispnew.c
Date: Thu, 01 Jun 2006 21:04:58 +0000

Index: emacs/src/dispnew.c
diff -u emacs/src/dispnew.c:1.364 emacs/src/dispnew.c:1.365
--- emacs/src/dispnew.c:1.364   Thu Jun  1 13:53:19 2006
+++ emacs/src/dispnew.c Thu Jun  1 21:04:58 2006
@@ -355,8 +355,7 @@
 
 static void add_frame_display_history P_ ((struct frame *, int));
 static void add_window_display_history P_ ((struct window *, char *, int));
-
-
+
 /* Add to the redisplay history how window W has been displayed.
    MSG is a trace containing the information how W's glyph matrix
    has been constructed.  PAUSED_P non-zero means that the update
@@ -6408,7 +6407,6 @@
   if ((detect_input_pending_run_timers (display)
        && !redisplay_dont_pause)
       || !NILP (Vexecuting_kbd_macro))
-
     return Qnil;
 
   if (initial_display)




reply via email to

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