comparison lisp/progmodes/cc-compat.el @ 70590:63b772bfba93

Move `safe-local-variable' declarations to the respective files.
author Reiner Steib <Reiner.Steib@gmx.de>
date Thu, 11 May 2006 15:01:41 +0000
parents 3d8b060d10fb
children cf3e4c6cd4c3 a5812696f7bf
comparison
equal deleted inserted replaced
70589:d09c5cf66b5c 70590:63b772bfba93
60 60
61 61
62 ;; In case c-mode.el isn't loaded 62 ;; In case c-mode.el isn't loaded
63 (defvar c-indent-level 2 63 (defvar c-indent-level 2
64 "*Indentation of C statements with respect to containing block.") 64 "*Indentation of C statements with respect to containing block.")
65 ;;;###autoload(put 'c-indent-level 'safe-local-variable 'integerp)
66
65 (defvar c-brace-imaginary-offset 0 67 (defvar c-brace-imaginary-offset 0
66 "*Imagined indentation of a C open brace that actually follows a statement.") 68 "*Imagined indentation of a C open brace that actually follows a statement.")
67 (defvar c-brace-offset 0 69 (defvar c-brace-offset 0
68 "*Extra indentation for braces, compared with other text in same context.") 70 "*Extra indentation for braces, compared with other text in same context.")
69 (defvar c-argdecl-indent 5 71 (defvar c-argdecl-indent 5