From: Stefan Kangas Date: Tue, 8 Aug 2023 03:52:31 +0000 (+0200) Subject: Make x-font-name-charset-alist obsolete X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=44e919adb69ad9146003c9328868b5989f8c52d5;p=emacs.git Make x-font-name-charset-alist obsolete * lisp/international/fontset.el (x-font-name-charset-alist): Make obsolete. It has been a no-op since Emacs 22. --- diff --git a/lisp/international/fontset.el b/lisp/international/fontset.el index bbb1993ba3c..27d7f509752 100644 --- a/lisp/international/fontset.el +++ b/lisp/international/fontset.el @@ -1207,7 +1207,8 @@ Internal use only. Should be called at startup time." (list (cons (purecopy "-cdac$") 1.3))) (defvar x-font-name-charset-alist nil - "This variable has no meaning now. Just kept for backward compatibility.") + "This variable has no meaning starting with Emacs 22.1.") +(make-obsolete-variable 'x-font-name-charset-alist nil "30.1") ;;; XLFD (X Logical Font Description) format handler.