]> git.eshelyaron.com Git - emacs.git/commitdiff
(frame-set-background-mode): Fix reference to attribute "backgroundMode".
authorJuanma Barranquero <lekktu@gmail.com>
Thu, 6 Mar 2003 08:14:37 +0000 (08:14 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Thu, 6 Mar 2003 08:14:37 +0000 (08:14 +0000)
lisp/ChangeLog
lisp/faces.el

index af4afdd580772e074a5d1cfe026050439758b5c2..d766be588a45302e14a953048db929e257c3a27a 100644 (file)
@@ -1,3 +1,8 @@
+2003-03-06  Juanma Barranquero  <lektu@terra.es>
+
+       * faces.el (frame-set-background-mode): Fix reference to attribute
+       "backgroundMode".
+
 2003-03-05  Juanma Barranquero  <lektu@terra.es>
 
        * startup.el (command-line-x-option-alist): Make --border-color set
index b161eb75f2ac5021415ffcf1cbe6dac62e74750d..58e4c16407b7efc09b5c3d7cf20ae110714a7d68 100644 (file)
@@ -1383,7 +1383,7 @@ Display-dependent faces are those which have different definitions
 according to the `background-mode' and `display-type' frame parameters."
   (let* ((bg-resource
          (and window-system
-              (x-get-resource ".backgroundMode" "BackgroundMode")))
+              (x-get-resource "backgroundMode" "BackgroundMode")))
         (bg-color (frame-parameter frame 'background-color))
         (bg-mode
          (cond (frame-background-mode)