1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-25 07:28:20 +00:00

(font-slant-table): Change numeric values for `r',

`roman', and `normal'.
This commit is contained in:
Kenichi Handa 2008-04-08 02:48:37 +00:00
parent d73803e635
commit 36c8e4a64f

View 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."