emacs-diffs
[Top][All Lists]
Advanced

[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."




reply via email to

[Prev in Thread] Current Thread [Next in Thread]