Mercurial > emacs
changeset 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 | c784683f51fd |
children | 31ca6635274f |
files | lisp/faces.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
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)