# HG changeset patch # User Kenichi Handa # Date 1207622917 0 # Node ID 6a219cd3c490ea9e95e8622767147e3b03ade5bd # Parent 435ee3b30e0a801f70f4438575b8d7cbba7855bd (font-slant-table): Change numeric values for `r', `roman', and `normal'. diff -r 435ee3b30e0a -r 6a219cd3c490 lisp/faces.el --- 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."