From 9675f6fd6a2fcfa1bb23205c561980df6a9c86d0 Mon Sep 17 00:00:00 2001 From: hmurata Date: Tue, 10 Feb 2004 07:34:09 +0000 Subject: [PATCH] (face-background-name): Defalias to avoid compile warning. --- wl/ChangeLog | 5 +++++ wl/wl-demo.el | 1 + 2 files changed, 6 insertions(+) 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) -- 1.7.10.4