From 93d092253c03a0b2c4cccb41967f9d6730279f87 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Tue, 11 Dec 2001 05:31:59 +0000 Subject: [PATCH] * wl-demo.el (wl-demo-insert-image): Fixed the face name for xbm. --- wl/ChangeLog | 4 ++++ wl/wl-demo.el | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) 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) -- 1.7.10.4