From: hmurata Date: Tue, 10 Feb 2004 07:34:09 +0000 (+0000) Subject: (face-background-name): Defalias to avoid compile X-Git-Tag: wl-2_11_25~75 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=9675f6fd6a2fcfa1bb23205c561980df6a9c86d0;p=elisp%2Fwanderlust.git (face-background-name): Defalias to avoid compile warning. --- diff --git a/wl/ChangeLog b/wl/ChangeLog index 496ad06..157773b 100644 --- a/wl/ChangeLog +++ b/wl/ChangeLog @@ -1,3 +1,8 @@ +2004-02-10 Hiroya Murata + + * wl-demo.el (face-background-name): Defalias to avoid compile + warning. + 2004-02-10 Yuuichi Teranishi * wl-summary.el (wl-summary-decide-flag): Use diff --git a/wl/wl-demo.el b/wl/wl-demo.el index dabb49a..0e4849e 100644 --- a/wl/wl-demo.el +++ b/wl/wl-demo.el @@ -78,6 +78,7 @@ Yet Another Message Interface On Emacsen" (autoload 'make-glyph "glyphs") (autoload 'set-glyph-face "glyphs") (autoload 'set-specifier "specifier") + (defalias-maybe 'face-background-name 'ignore) (defalias-maybe 'frame-char-height 'ignore) (defalias-maybe 'frame-char-width 'ignore) (defalias-maybe 'glyph-height 'ignore)