From 36c8e4a64f3ed7424cba3e02ec541a44859ad8f3 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 8 Apr 2008 02:48:37 +0000 Subject: [PATCH] (font-slant-table): Change numeric values for `r', `roman', and `normal'. --- lisp/faces.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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." -- 2.39.2