From: Kenichi Handa Date: Tue, 8 Apr 2008 02:48:37 +0000 (+0000) Subject: (font-slant-table): Change numeric values for `r', X-Git-Tag: emacs-pretest-23.0.90~6454 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=36c8e4a64f3ed7424cba3e02ec541a44859ad8f3;p=emacs.git (font-slant-table): Change numeric values for `r', `roman', and `normal'. --- 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."