summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKenichi Handa <handa@m17n.org>2008-04-08 02:48:37 +0000
committerKenichi Handa <handa@m17n.org>2008-04-08 02:48:37 +0000
commit36c8e4a64f3ed7424cba3e02ec541a44859ad8f3 (patch)
tree605dc30df230cdbddbbe5ca83b11c2092916b6f1
parentd73803e635e3b8d0039c89cf1b5676bf5c4ddd4b (diff)
downloademacs-36c8e4a64f3ed7424cba3e02ec541a44859ad8f3.tar.gz
(font-slant-table): Change numeric values for `r',
`roman', and `normal'.
-rw-r--r--lisp/faces.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/faces.el b/lisp/faces.el
index 1bb2a94feb2..5a0cc55a7e1 100644
--- a/lisp/faces.el
+++ b/lisp/faces.el
@@ -141,7 +141,7 @@ REGISTRY, ALTERNATIVE1, ALTERNATIVE2, and etc."
(defcustom font-slant-table
'((ro . 0)
(ri . 10)
- (r . 99) (roman . 100) (normal . 101)
+ (r . 98) (roman . 99) (normal . 100)
(i . 199) (italic . 200) (ot . 201)
(o . 210) (oblique . 211))
"*Alist of font slant symbols vs the corresponding numeric values."