]> git.eshelyaron.com Git - emacs.git/commitdiff
(x-complement-fontset-spec): If ASCII
authorKenichi Handa <handa@m17n.org>
Tue, 1 Sep 1998 02:24:46 +0000 (02:24 +0000)
committerKenichi Handa <handa@m17n.org>
Tue, 1 Sep 1998 02:24:46 +0000 (02:24 +0000)
font is specified in FONTLIST, don't substitute it for the
resolved name.

lisp/international/fontset.el

index a3056afc01e786120c02fc99405362b44a793fab..06c5ada9d2520278e09d29f99d5d8ba933633278 100644 (file)
@@ -320,10 +320,9 @@ automatically."
     ;; Be sure that ASCII font is available.
     (let ((slot (or (assq 'ascii fontlist) (assq 'ascii new-fontlist)))
          ascii-font)
-      (if (setq ascii-font (condition-case nil
-                              (x-resolve-font-name (cdr slot))
-                            (error nil)))
-         (setcdr slot ascii-font))
+      (setq ascii-font (condition-case nil
+                          (x-resolve-font-name (cdr slot))
+                        (error nil)))
       (if ascii-font
          (let ((l x-font-name-charset-alist))
            ;; If the ASCII font can also be used for another