diff lisp/progmodes/sh-script.el @ 91367:c70e45a7acfd

Merge from emacs--devo--0 Revision: emacs@sv.gnu.org/emacs--unicode--0--patch-324
author Miles Bader <miles@gnu.org>
date Wed, 30 Jan 2008 07:57:28 +0000
parents 606f2d163a64 5d58981e6690
children 0d903db06886
line wrap: on
line diff
--- a/lisp/progmodes/sh-script.el	Wed Jan 30 06:40:42 2008 +0000
+++ b/lisp/progmodes/sh-script.el	Wed Jan 30 07:57:28 2008 +0000
@@ -1186,6 +1186,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.