]> git.eshelyaron.com Git - emacs.git/commitdiff
(font-slant-table): Change numeric values for `r',
authorKenichi Handa <handa@m17n.org>
Tue, 8 Apr 2008 02:48:37 +0000 (02:48 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 8 Apr 2008 02:48:37 +0000 (02:48 +0000)
`roman', and `normal'.

lisp/faces.el

index 1bb2a94feb23d85a80290295aa5f3ff9110a0736..5a0cc55a7e1fc69d5ec5d9097e76d66bb6b8b890 100644 (file)
@@ -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."