From: YAMAMOTO Mitsuharu Date: Fri, 10 Feb 2006 08:19:53 +0000 (+0000) Subject: (fontset-standard): Rename from "fontset-mac". X-Git-Tag: emacs-pretest-22.0.90~4241 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=2f8efa69e0260bbd41c36f7365bd7beec6d9c51f;p=emacs.git (fontset-standard): Rename from "fontset-mac". --- diff --git a/lisp/term/mac-win.el b/lisp/term/mac-win.el index 2c6bcd67d37..4ccb017682c 100644 --- a/lisp/term/mac-win.el +++ b/lisp/term/mac-win.el @@ -1918,9 +1918,9 @@ It returns a name of the created fontset." ;; characters decoded from mac-roman encoding (ascii, latin-iso8859-1, ;; and mule-unicode-xxxx-yyyy) are displayed by a mac-roman font. (create-fontset-from-fontset-spec - "-etl-fixed-medium-r-normal-*-16-*-*-*-*-*-fontset-mac, + "-etl-fixed-medium-r-normal-*-16-*-*-*-*-*-fontset-standard, ascii:-*-Monaco-*-*-*-*-12-*-*-*-*-*-mac-roman") -(fontset-add-mac-fonts "fontset-mac" t) +(fontset-add-mac-fonts "fontset-standard" t) ;; Create fontset specified in X resources "Fontset-N" (N is 0, 1, ...). (create-fontset-from-x-resource)