Changeset 4079 for trunk/lisp/progmodes/cc-vars.el
- Timestamp:
- 05/13/06 11:31:18 (3 years ago)
- Files:
-
- trunk/lisp/progmodes/cc-vars.el (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp/progmodes/cc-vars.el
r4058 r4079 249 249 :type 'integer 250 250 :group 'c) 251 ;;;###autoload(put 'c-basic-offset 'safe-local-variable 'integerp) 251 252 252 253 (defcustom c-tab-always-indent t … … 1543 1544 as designated in the variable `c-file-offsets'.") 1544 1545 (make-variable-buffer-local 'c-file-style) 1546 ;;;###autoload(put 'c-file-style 'safe-local-variable 'string-or-null-p) 1545 1547 1546 1548 (defvar c-file-offsets nil
