[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el, v [EMACS_22_
From: |
Dan Nicolaescu |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el, v [EMACS_22_BASE] |
Date: |
Sat, 19 Jan 2008 18:32:38 +0000 |
CVSROOT: /cvsroot/emacs
Module name: emacs
Branch: EMACS_22_BASE
Changes by: Dan Nicolaescu <dann> 08/01/19 18:32:37
Index: progmodes/sh-script.el
===================================================================
RCS file: /cvsroot/emacs/emacs/lisp/progmodes/sh-script.el,v
retrieving revision 1.194.2.5
retrieving revision 1.194.2.6
diff -u -b -r1.194.2.5 -r1.194.2.6
--- progmodes/sh-script.el 7 Jan 2008 02:10:47 -0000 1.194.2.5
+++ progmodes/sh-script.el 19 Jan 2008 18:32:33 -0000 1.194.2.6
@@ -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.