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,v


From: Martin Rudalics
Subject: [Emacs-diffs] Changes to emacs/src/xdisp.c,v
Date: Sun, 31 Aug 2008 08:27:26 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Martin Rudalics <m061211>       08/08/31 08:27:26

Index: xdisp.c
===================================================================
RCS file: /sources/emacs/emacs/src/xdisp.c,v
retrieving revision 1.1253
retrieving revision 1.1254
diff -u -b -r1.1253 -r1.1254
--- xdisp.c     29 Aug 2008 07:58:08 -0000      1.1253
+++ xdisp.c     31 Aug 2008 08:27:25 -0000      1.1254
@@ -9523,6 +9523,7 @@
 
              while (CONSP (functions))
                {
+                 if (!EQ (XCAR (functions), Qt))
                  call1 (XCAR (functions), frame);
                  functions = XCDR (functions);
                }




reply via email to

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