Mercurial > emacs
changeset 48398:a885153e42b4
Undo previous change.
author | Kenichi Handa <handa@m17n.org> |
---|---|
date | Mon, 18 Nov 2002 00:54:30 +0000 |
parents | 823585894744 |
children | 59fc5f077731 |
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 Mon Nov 18 00:54:15 2002 +0000 +++ b/lisp/progmodes/cc-vars.el Mon Nov 18 00:54:30 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).