From 8bbf5dfe09080f3360130e3da05d42404545c46f Mon Sep 17 00:00:00 2001 From: tomo Date: Wed, 17 Jul 2002 17:20:43 +0000 Subject: [PATCH] (char-ref-p): Deleted [defined as a builtin function]. --- lisp/utf-2000/char-db-util.el | 5 ----- 1 file changed, 5 deletions(-) diff --git a/lisp/utf-2000/char-db-util.el b/lisp/utf-2000/char-db-util.el index 23615c4..d001d8a 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) -- 1.7.10.4