diff 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
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el	Sat Jan 19 15:24:59 2008 +0000
+++ b/lisp/progmodes/sh-script.el	Sat Jan 19 18:32:34 2008 +0000
@@ -1205,6 +1205,7 @@
 This value is used for the `+' and `-' symbols in an indentation variable."
   :type 'integer
   :group 'sh-indentation)
+(put 'sh-basic-offset 'safe-local-variable 'integerp)
 
 (defcustom sh-indent-comment nil
   "*How a comment line is to be indented.