From: yamaoka Date: Tue, 11 Dec 2001 05:31:59 +0000 (+0000) Subject: * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm. X-Git-Tag: wl-2_8-root~49 X-Git-Url: http://git.chise.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93d092253c03a0b2c4cccb41967f9d6730279f87;p=elisp%2Fwanderlust.git * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index d5a3317..0a5990a 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,7 @@ +2001-12-11 Katsumi Yamaoka + + * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm. + 2001-12-11 Yuuichi Teranishi * wl-acap.el (wl-acap-cache-filename): New variable. diff --git a/wl/wl-demo.el b/wl/wl-demo.el index 19d26d6..078ca16 100644 --- a/wl/wl-demo.el +++ b/wl/wl-demo.el @@ -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)