emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/frame.c,v


From: Adrian Robert
Subject: [Emacs-diffs] Changes to emacs/src/frame.c,v
Date: Sun, 20 Jul 2008 00:47:30 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Adrian Robert <arobert> 08/07/20 00:47:29

Index: frame.c
===================================================================
RCS file: /sources/emacs/emacs/src/frame.c,v
retrieving revision 1.384
retrieving revision 1.385
diff -u -b -r1.384 -r1.385
--- frame.c     17 Jul 2008 13:50:27 -0000      1.384
+++ frame.c     20 Jul 2008 00:47:28 -0000      1.385
@@ -2986,9 +2986,7 @@
 
          old_value = get_frame_param (f, prop);
          fullscreen_is_being_set |= EQ (prop, Qfullscreen);
-#ifndef HAVE_NS  /* XXX: ensure font attrs change goes through */
          if (NILP (Fequal (val, old_value)))
-#endif
            {
              store_frame_param (f, prop, val);
 




reply via email to

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