From: tomo Date: Fri, 19 Jul 2002 07:56:36 +0000 (+0000) Subject: (char-ref-p): Deleted because it is defined as builtin function. X-Git-Tag: r21-2-44-utf-2000-0_18-m15~17 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=801a2de552861e120636e3be4a7250971f37b43b;p=chise%2Fxemacs-chise.git.1 (char-ref-p): Deleted because it is defined as builtin function. --- diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index 8e17440..202670a 100644 --- a/lisp/utf-2000/char-db-util.el +++ b/lisp/utf-2000/char-db-util.el @@ -74,11 +74,6 @@ (defvar char-db-ignored-attributes nil) ;;;###autoload -(defun char-ref-p (obj) - (and (consp obj) - (keywordp (car obj)))) - -;;;###autoload (defun char-ref= (cr1 cr2) (cond ((char-ref-p cr1) (if (char-ref-p cr2)