From: Kenichi Handa Date: Mon, 18 Nov 2002 00:54:30 +0000 (+0000) Subject: Undo previous change. X-Git-Tag: ttn-vms-21-2-B4~12391 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=7ebaefd8f53614f5441635122757210106d7204e;p=emacs.git Undo previous change. --- diff --git a/lisp/progmodes/cc-vars.el b/lisp/progmodes/cc-vars.el index 38bfe80760d..4a17f442b62 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).