projects
/
elisp
/
wanderlust.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5dd80bf
)
(wl-demo): Oblique the title text in E21.
author
yamaoka
<yamaoka>
Fri, 27 Oct 2000 01:06:38 +0000
(
01:06
+0000)
committer
yamaoka
<yamaoka>
Fri, 27 Oct 2000 01:06:38 +0000
(
01:06
+0000)
;; It is not worth mentioning in ChangeLog.
wl/wl-demo.el
patch
|
blob
|
history
diff --git
a/wl/wl-demo.el
b/wl/wl-demo.el
index
c1e4b31
..
18349da
100644
(file)
--- 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)