comparison lisp/progmodes/sh-script.el @ 79885:897a4cc5c95d

* progmodes/sh-script.el (sh-basic-offset): * progmodes/cc-vars.el (c-syntactic-indentation) (c-syntactic-indentation-in-macros): Mark as safe.
author Dan Nicolaescu <dann@ics.uci.edu>
date Sat, 19 Jan 2008 18:32:34 +0000
parents a1342e6e097a
children 0a655e2d1d8c 5d58981e6690
comparison
equal deleted inserted replaced
79884:8e95d2477e90 79885:897a4cc5c95d
1203 (defcustom sh-basic-offset 4 1203 (defcustom sh-basic-offset 4
1204 "*The default indentation increment. 1204 "*The default indentation increment.
1205 This value is used for the `+' and `-' symbols in an indentation variable." 1205 This value is used for the `+' and `-' symbols in an indentation variable."
1206 :type 'integer 1206 :type 'integer
1207 :group 'sh-indentation) 1207 :group 'sh-indentation)
1208 (put 'sh-basic-offset 'safe-local-variable 'integerp)
1208 1209
1209 (defcustom sh-indent-comment nil 1210 (defcustom sh-indent-comment nil
1210 "*How a comment line is to be indented. 1211 "*How a comment line is to be indented.
1211 nil means leave it as it is; 1212 nil means leave it as it is;
1212 t means indent it as a normal line, aligning it to previous non-blank 1213 t means indent it as a normal line, aligning it to previous non-blank