* wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
authoryamaoka <yamaoka>
Tue, 11 Dec 2001 05:31:59 +0000 (05:31 +0000)
committeryamaoka <yamaoka>
Tue, 11 Dec 2001 05:31:59 +0000 (05:31 +0000)
wl/ChangeLog
wl/wl-demo.el

index d5a3317..0a5990a 100644 (file)
@@ -1,3 +1,7 @@
+2001-12-11  Katsumi Yamaoka  <yamaoka@jpl.org>
+
+       * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm.
+
 2001-12-11  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-acap.el (wl-acap-cache-filename): New variable.
index 19d26d6..078ca16 100644 (file)
@@ -188,8 +188,8 @@ Return a number of lines that an image occupies in the buffer."
                       height (cdr width)
                       width (car width))
                 (when (eq 'xbm image-type)
-                  (let ((bg (face-background 'wl-highlight-demo-face))
-                        (fg (face-foreground 'wl-highlight-demo-face)))
+                  (let ((bg (face-background 'wl-highlight-logo-face))
+                        (fg (face-foreground 'wl-highlight-logo-face)))
                     (when (stringp bg)
                       (plist-put (cdr image) ':background bg))
                     (when (stringp fg)