From: yamaoka Date: Fri, 27 Oct 2000 01:06:38 +0000 (+0000) Subject: (wl-demo): Oblique the title text in E21. X-Git-Tag: wl-2_4-root~67 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=e2532f2fd71dbd7c8cb65889678f6d0dcb40aa82;p=elisp%2Fwanderlust.git (wl-demo): Oblique the title text in E21. ;; It is not worth mentioning in ChangeLog. --- diff --git a/wl/wl-demo.el b/wl/wl-demo.el index c1e4b31..18349da 100644 --- a/wl/wl-demo.el +++ b/wl/wl-demo.el @@ -325,7 +325,7 @@ Optional IMAGE-TYPE overrides the variable `wl-demo-display-logo'." (let ((bg (face-background 'wl-highlight-demo-face)) (fg (face-foreground 'wl-highlight-demo-face))) (insert (propertize text - 'face (nconc '(variable-pitch) + 'face (nconc '(variable-pitch :slant oblique) (if (stringp bg) (list ':background bg)) (if (stringp fg)