changeset 48296:830d1dc661e0

Don't cc-bytecomp-defun char-table-p.
author Kenichi Handa <handa@m17n.org>
date Thu, 14 Nov 2002 07:06:04 +0000
parents 4fc880cb2d5c
children 4033e7aa06a8
files lisp/progmodes/cc-vars.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/progmodes/cc-vars.el	Thu Nov 14 07:05:29 2002 +0000
+++ b/lisp/progmodes/cc-vars.el	Thu Nov 14 07:06:04 2002 +0000
@@ -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).