From 8d3c687c6eaff305a5e9491750034cebfd35bb72 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Thu, 14 Nov 2002 07:06:04 +0000 Subject: [PATCH] Don't cc-bytecomp-defun char-table-p. --- lisp/progmodes/cc-vars.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index 4a17f442b62..38bfe80760d 100644 --- a/lisp/progmodes/cc-vars.el +++ b/lisp/progmodes/cc-vars.el @@ -46,7 +46,7 @@ ;; Silence the compiler. (cc-bytecomp-defun get-char-table) ; XEmacs 20+ (cc-bytecomp-defun char-table-range) ; Emacs 19+ -(cc-bytecomp-defun char-table-p) ; Emacs 19+, XEmacs 20+ +;; (cc-bytecomp-defun char-table-p) ; Emacs 19+, XEmacs 20+ ;; Pull in custom if it exists and is recent enough (the one in Emacs ;; 19.34 isn't). -- 2.39.5