+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.
 
                       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)