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


From: Jan Djärv
Subject: [Emacs-diffs] Changes to emacs/src/msdos.c
Date: Sun, 07 Nov 2004 04:19:06 -0500

Index: emacs/src/msdos.c
diff -c emacs/src/msdos.c:1.196 emacs/src/msdos.c:1.197
*** emacs/src/msdos.c:1.196     Fri Sep 10 17:06:27 2004
--- emacs/src/msdos.c   Sun Nov  7 09:13:26 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]