diff lisp/faces.el @ 50025:ffbc79f0f914

(frame-set-background-mode): Fix reference to attribute "backgroundMode".
author Juanma Barranquero <lekktu@gmail.com>
date Wed, 05 Mar 2003 10:36:51 +0000
parents bb52f186fa1e
children 8b14c07986ec
line wrap: on
line diff
--- a/lisp/faces.el	Wed Mar 05 07:51:51 2003 +0000
+++ b/lisp/faces.el	Wed Mar 05 10:36:51 2003 +0000
@@ -1531,7 +1531,7 @@
 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)