comparison lisp/cc-mode/cc-langs.el @ 167:85ec50267440 r20-3b10

Import from CVS: tag r20-3b10
author cvs
date Mon, 13 Aug 2007 09:45:46 +0200
parents 5a88923fcbfe
children 929b76928fce
comparison
equal deleted inserted replaced
166:7a77eb660975 167:85ec50267440
381 nil 381 nil
382 (setq c-mode-map (c-make-inherited-keymap)) 382 (setq c-mode-map (c-make-inherited-keymap))
383 ;; add bindings which are only useful for C 383 ;; add bindings which are only useful for C
384 ) 384 )
385 385
386 ;;;###autoload
386 (defvar c-mode-syntax-table nil 387 (defvar c-mode-syntax-table nil
387 "Syntax table used in c-mode buffers.") 388 "Syntax table used in c-mode buffers.")
388 (if c-mode-syntax-table 389 (if c-mode-syntax-table
389 () 390 ()
390 (setq c-mode-syntax-table (make-syntax-table)) 391 (setq c-mode-syntax-table (make-syntax-table))