emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/faces.el


From: Juanma Barranquero
Subject: [Emacs-diffs] Changes to emacs/lisp/faces.el
Date: Wed, 05 Mar 2003 05:36:57 -0500

Index: emacs/lisp/faces.el
diff -c emacs/lisp/faces.el:1.275 emacs/lisp/faces.el:1.276
*** emacs/lisp/faces.el:1.275   Sat Dec 21 15:18:03 2002
--- emacs/lisp/faces.el Wed Mar  5 05:36:51 2003
***************
*** 1531,1537 ****
  according to the `background-mode' and `display-type' frame parameters."
    (let* ((bg-resource
          (and window-system
!              (x-get-resource ".backgroundMode" "BackgroundMode")))
         (bg-color (frame-parameter frame 'background-color))
         (bg-mode
          (cond (frame-background-mode)
--- 1531,1537 ----
  according to the `background-mode' and `display-type' frame parameters."
    (let* ((bg-resource
          (and window-system
!              (x-get-resource "backgroundMode" "BackgroundMode")))
         (bg-color (frame-parameter frame 'background-color))
         (bg-mode
          (cond (frame-background-mode)




reply via email to

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