]> git.eshelyaron.com Git - emacs.git/commitdiff
* international/mule.el: Don't make the function charset-list
authorKenichi Handa <handa@m17n.org>
Mon, 6 Jul 1998 01:54:21 +0000 (01:54 +0000)
committerKenichi Handa <handa@m17n.org>
Mon, 6 Jul 1998 01:54:21 +0000 (01:54 +0000)
obsolete.

lisp/international/mule.el

index bb05a12bbc1c1fccd3b1045941a4047d347c495a..f5267eb1cca0ac981d9f364bd82b7142f51f6f3b 100644 (file)
@@ -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."