[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/src/w32fns.c,v
From: |
Chong Yidong |
Subject: |
[Emacs-diffs] Changes to emacs/src/w32fns.c,v |
Date: |
Tue, 08 Jul 2008 17:31:07 +0000 |
CVSROOT: /sources/emacs
Module name: emacs
Changes by: Chong Yidong <cyd> 08/07/08 17:31:07
Index: w32fns.c
===================================================================
RCS file: /sources/emacs/emacs/src/w32fns.c,v
retrieving revision 1.339
retrieving revision 1.340
diff -u -b -r1.339 -r1.340
--- w32fns.c 7 Jul 2008 14:39:35 -0000 1.339
+++ w32fns.c 8 Jul 2008 17:31:06 -0000 1.340
@@ -5612,7 +5612,7 @@
/* Set tip_frame here, so that */
tip_frame = frame;
- call1 (Qface_set_after_frame_default, frame);
+ call2 (Qface_set_after_frame_default, frame, Qnil);
if (!EQ (bg, Fframe_parameter (frame, Qbackground_color)))
Fmodify_frame_parameters (frame, Fcons (Fcons (Qbackground_color, bg),
- [Emacs-diffs] Changes to emacs/src/w32fns.c,v, Jason Rumney, 2008/07/02
- [Emacs-diffs] Changes to emacs/src/w32fns.c,v, Juanma Barranquero, 2008/07/07
- [Emacs-diffs] Changes to emacs/src/w32fns.c,v,
Chong Yidong <=
- [Emacs-diffs] Changes to emacs/src/w32fns.c,v, Jason Rumney, 2008/07/14
- [Emacs-diffs] Changes to emacs/src/w32fns.c,v, Adrian Robert, 2008/07/15
- [Emacs-diffs] Changes to emacs/src/w32fns.c,v, Jason Rumney, 2008/07/15
- [Emacs-diffs] Changes to emacs/src/w32fns.c,v, Dan Nicolaescu, 2008/07/30