Show
Ignore:
Timestamp:
05/13/06 11:31:18 (3 years ago)
Author:
miyoshi
Message:

Sync up with Emacs CVS HEAD.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • trunk/lisp/progmodes/cc-vars.el

    r4058 r4079  
    249249  :type 'integer 
    250250  :group 'c) 
     251;;;###autoload(put 'c-basic-offset 'safe-local-variable 'integerp) 
    251252 
    252253(defcustom c-tab-always-indent t 
     
    15431544as designated in the variable `c-file-offsets'.") 
    15441545(make-variable-buffer-local 'c-file-style) 
     1546;;;###autoload(put 'c-file-style 'safe-local-variable 'string-or-null-p) 
    15451547 
    15461548(defvar c-file-offsets nil