[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
From: |
Richard M . Stallman |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el |
Date: |
Tue, 10 May 2005 05:13:04 -0400 |
Index: emacs/lisp/progmodes/sh-script.el
diff -c emacs/lisp/progmodes/sh-script.el:1.150
emacs/lisp/progmodes/sh-script.el:1.151
*** emacs/lisp/progmodes/sh-script.el:1.150 Thu May 5 19:03:32 2005
--- emacs/lisp/progmodes/sh-script.el Tue May 10 09:13:04 2005
***************
*** 1126,1132 ****
:type `(choice ,@ sh-number-or-symbol-list )
:group 'sh-indentation)
! (defcustom sh-indent-for-do '*
"*How much to indent a do statement.
This is relative to the statement before the do, i.e. the
while until or for statement."
--- 1126,1132 ----
:type `(choice ,@ sh-number-or-symbol-list )
:group 'sh-indentation)
! (defcustom sh-indent-for-do 0
"*How much to indent a do statement.
This is relative to the statement before the do, i.e. the
while until or for statement."
- [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el, Daniel Pfeiffer, 2005/05/05
- [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el,
Richard M . Stallman <=
- [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el, Dan Nicolaescu, 2005/05/11
- [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el, Richard M . Stallman, 2005/05/14
- [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el, Richard M . Stallman, 2005/05/14
- [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el, Stefan Monnier, 2005/05/20
- [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el, Lute Kamstra, 2005/05/26