Mercurial > emacs
changeset 93834:6a219cd3c490
(font-slant-table): Change numeric values for `r',
`roman', and `normal'.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Tue, 08 Apr 2008 02:48:37 +0000 |
parents | 435ee3b30e0a |
children | 458d07307c4d |
files | lisp/faces.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/faces.el Tue Apr 08 01:24:07 2008 +0000 +++ b/lisp/faces.el Tue Apr 08 02:48:37 2008 +0000 @@ -141,7 +141,7 @@ (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."