From: Kenichi Handa Date: Mon, 6 Jul 1998 01:54:21 +0000 (+0000) Subject: * international/mule.el: Don't make the function charset-list X-Git-Tag: emacs-20.3~379 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c7d8aff3e02beeca791c8e35cfeae6da07ee8732;p=emacs.git * international/mule.el: Don't make the function charset-list obsolete. --- diff --git a/lisp/international/mule.el b/lisp/international/mule.el index bb05a12bbc1..f5267eb1cca 100644 --- a/lisp/international/mule.el +++ b/lisp/international/mule.el @@ -265,9 +265,6 @@ This function is provided for backward compatibility. Now we have the variable `charset-list'." charset-list) -(make-obsolete 'charset-list - "Use the variable charset-list instead.") - (defsubst generic-char-p (char) "Return t if and only if CHAR is a generic character. See also the documentation of make-char."