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: Chong Yidong
Subject: [Emacs-diffs] Changes to emacs/lisp/faces.el,v
Date: Tue, 24 Jun 2008 18:18:08 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Chong Yidong <cyd>      08/06/24 18:18:06

Index: faces.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/faces.el,v
retrieving revision 1.412
retrieving revision 1.413
diff -u -b -r1.412 -r1.413
--- faces.el    21 Jun 2008 19:42:51 -0000      1.412
+++ faces.el    24 Jun 2008 18:18:05 -0000      1.413
@@ -59,11 +59,13 @@
           (internal-set-font-selection-order value)))
 
 
-;; This is defined originally in xfaces.c.
+;; In the absence of Fontconfig support, Monospace and Sans-Serif are
+;; unavailable, and we fall back on the courier and helv families,
+;; which are generally available.
 (defcustom face-font-family-alternatives
   '(("Monospace" "courier" "fixed")
     ("courier" "fixed")
-    ("Sans" "helv" "helvetica" "arial" "fixed")
+    ("Sans-Serif" "helv" "helvetica" "arial" "fixed")
     ("helv" "helvetica" "arial" "fixed"))
   "*Alist of alternative font family names.
 Each element has the form (FAMILY ALTERNATIVE1 ALTERNATIVE2 ...).
@@ -2227,7 +2229,7 @@
   :group 'basic-faces)
 
 (defface variable-pitch
-  '((t :family "Sans"))
+  '((t :family "Sans-Serif"))
   "The basic variable-pitch face."
   :group 'basic-faces)
 




reply via email to

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