(face-background-name): Defalias to avoid compile
authorhmurata <hmurata>
Tue, 10 Feb 2004 07:34:09 +0000 (07:34 +0000)
committerhmurata <hmurata>
Tue, 10 Feb 2004 07:34:09 +0000 (07:34 +0000)
warning.

wl/ChangeLog
wl/wl-demo.el

index 496ad06..157773b 100644 (file)
@@ -1,3 +1,8 @@
+2004-02-10  Hiroya Murata  <lapis-lazuli@pop06.odn.ne.jp>
+
+       * wl-demo.el (face-background-name): Defalias to avoid compile
+       warning.
+
 2004-02-10  Yuuichi Teranishi  <teranisi@gohome.org>
 
        * wl-summary.el (wl-summary-decide-flag): Use
index dabb49a..0e4849e 100644 (file)
@@ -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)