(char-ref-p): Deleted because it is defined as builtin function.
authortomo <tomo>
Fri, 19 Jul 2002 07:56:36 +0000 (07:56 +0000)
committertomo <tomo>
Fri, 19 Jul 2002 07:56:36 +0000 (07:56 +0000)
lisp/utf-2000/char-db-util.el

index 8e17440..202670a 100644 (file)
 (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)