# HG changeset patch # User Juanma Barranquero # Date 1046860611 0 # Node ID ffbc79f0f914a5c437ae6bdfa7033e0d0dfd040d # Parent c784683f51fdb88c69b7342dd6f882ac903d03a0 (frame-set-background-mode): Fix reference to attribute "backgroundMode". diff -r c784683f51fd -r ffbc79f0f914 lisp/faces.el --- 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)