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-compat.el

    r4058 r4079  
    6363(defvar c-indent-level 2 
    6464  "*Indentation of C statements with respect to containing block.") 
     65;;;###autoload(put 'c-indent-level 'safe-local-variable 'integerp) 
     66 
    6567(defvar c-brace-imaginary-offset 0 
    6668  "*Imagined indentation of a C open brace that actually follows a statement.")