(wl-demo): Oblique the title text in E21.
authoryamaoka <yamaoka>
Fri, 27 Oct 2000 01:06:38 +0000 (01:06 +0000)
committeryamaoka <yamaoka>
Fri, 27 Oct 2000 01:06:38 +0000 (01:06 +0000)
;; It is not worth mentioning in ChangeLog.

wl/wl-demo.el

index c1e4b31..18349da 100644 (file)
@@ -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)