Changeset 4079 for trunk/lisp/progmodes/cc-compat.el
- Timestamp:
- 05/13/06 11:31:18 (3 years ago)
- Files:
-
- trunk/lisp/progmodes/cc-compat.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/progmodes/cc-compat.el
r4058 r4079 63 63 (defvar c-indent-level 2 64 64 "*Indentation of C statements with respect to containing block.") 65 ;;;###autoload(put 'c-indent-level 'safe-local-variable 'integerp) 66 65 67 (defvar c-brace-imaginary-offset 0 66 68 "*Imagined indentation of a C open brace that actually follows a statement.")
