1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-25 23:10:47 -08:00

* international/mule.el: Don't make the function charset-list

obsolete.
This commit is contained in:
Kenichi Handa 1998-07-06 01:54:21 +00:00
parent 1c4cc63a3c
commit c7d8aff3e0

View 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."