[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/trunk r99911: * frame.h (FRAME_SAMPLE_VISIB
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/trunk r99911: * frame.h (FRAME_SAMPLE_VISIBILITY): Undo previous change. |
Date: |
Thu, 15 Apr 2010 14:52:27 -0700 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 99911
committer: Dan Nicolaescu <address@hidden>
branch nick: trunk
timestamp: Thu 2010-04-15 14:52:27 -0700
message:
* frame.h (FRAME_SAMPLE_VISIBILITY): Undo previous change.
modified:
src/ChangeLog
src/frame.h
=== modified file 'src/ChangeLog'
--- a/src/ChangeLog 2010-04-15 18:24:00 +0000
+++ b/src/ChangeLog 2010-04-15 21:52:27 +0000
@@ -2,8 +2,6 @@
* xdisp.c (message): Do not use NO_ARG_ARRAY.
- * frame.h (FRAME_SAMPLE_VISIBILITY): Remove unused 0 in comma
expression.
-
2010-04-14 Dan Nicolaescu <address@hidden>
Reduce cpp use in Makefile.in.
=== modified file 'src/frame.h'
--- a/src/frame.h 2010-04-15 18:19:00 +0000
+++ b/src/frame.h 2010-04-15 21:52:27 +0000
@@ -793,7 +793,7 @@
#define FRAME_SAMPLE_VISIBILITY(f) \
(((f)->async_visible && (f)->visible != (f)->async_visible) ? \
- SET_FRAME_GARBAGED (f) : \
+ SET_FRAME_GARBAGED (f) : 0, \
(f)->visible = (f)->async_visible, \
(f)->iconified = (f)->async_iconified)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/trunk r99911: * frame.h (FRAME_SAMPLE_VISIBILITY): Undo previous change.,
Dan Nicolaescu <=