emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/cc-vars.el


From: Kenichi Handa
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/cc-vars.el
Date: Sun, 17 Nov 2002 19:54:31 -0500

Index: emacs/lisp/progmodes/cc-vars.el
diff -c emacs/lisp/progmodes/cc-vars.el:1.22 
emacs/lisp/progmodes/cc-vars.el:1.23
*** emacs/lisp/progmodes/cc-vars.el:1.22        Thu Nov 14 02:06:04 2002
--- emacs/lisp/progmodes/cc-vars.el     Sun Nov 17 19:54:30 2002
***************
*** 46,52 ****
  ;; 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+
  
  ;; Pull in custom if it exists and is recent enough (the one in Emacs
  ;; 19.34 isn't).
--- 46,52 ----
  ;; 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+
  
  ;; Pull in custom if it exists and is recent enough (the one in Emacs
  ;; 19.34 isn't).




reply via email to

[Prev in Thread] Current Thread [Next in Thread]