emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/src/msdos.c [emacs-unicode-2]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/src/msdos.c [emacs-unicode-2]
Date: Thu, 11 Nov 2004 22:18:51 -0500

Index: emacs/src/msdos.c
diff -c emacs/src/msdos.c:1.184.2.6 emacs/src/msdos.c:1.184.2.7
*** emacs/src/msdos.c:1.184.2.6 Wed Sep 15 09:00:00 2004
--- emacs/src/msdos.c   Fri Nov 12 02:52:59 2004
***************
*** 2320,2326 ****
  
    /* If we are creating a new frame, begin with the original screen colors
       used for the initial frame.  */
!   if (alist == Vdefault_frame_alist
        && initial_screen_colors[0] != -1 && initial_screen_colors[1] != -1)
      {
        FRAME_FOREGROUND_PIXEL (f) = initial_screen_colors[0];
--- 2320,2326 ----
  
    /* If we are creating a new frame, begin with the original screen colors
       used for the initial frame.  */
!   if (EQ (alist, Vdefault_frame_alist)
        && initial_screen_colors[0] != -1 && initial_screen_colors[1] != -1)
      {
        FRAME_FOREGROUND_PIXEL (f) = initial_screen_colors[0];




reply via email to

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