emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/faces.el,v


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/faces.el,v
Date: Tue, 08 Apr 2008 02:48:37 +0000

CVSROOT:        /cvsroot/emacs
Module name:    emacs
Changes by:     Kenichi Handa <handa>   08/04/08 02:48:37

Index: faces.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/faces.el,v
retrieving revision 1.398
retrieving revision 1.399
diff -u -b -r1.398 -r1.399
--- faces.el    5 Apr 2008 14:39:13 -0000       1.398
+++ faces.el    8 Apr 2008 02:48:37 -0000       1.399
@@ -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."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]