comparison lisp/international/mule.el @ 22700:0931de7fa601

* international/mule.el: Don't make the function charset-list obsolete.
author Kenichi Handa <handa@m17n.org>
date Mon, 06 Jul 1998 01:54:21 +0000
parents 754703e243e6
children 763e88fd4ca2
comparison
equal deleted inserted replaced
22699:754703e243e6 22700:0931de7fa601
262 "Return list of charsets ever defined. 262 "Return list of charsets ever defined.
263 263
264 This function is provided for backward compatibility. 264 This function is provided for backward compatibility.
265 Now we have the variable `charset-list'." 265 Now we have the variable `charset-list'."
266 charset-list) 266 charset-list)
267
268 (make-obsolete 'charset-list
269 "Use the variable charset-list instead.")
270 267
271 (defsubst generic-char-p (char) 268 (defsubst generic-char-p (char)
272 "Return t if and only if CHAR is a generic character. 269 "Return t if and only if CHAR is a generic character.
273 See also the documentation of make-char." 270 See also the documentation of make-char."
274 (and (>= char 0400) 271 (and (>= char 0400)