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: Sun, 05 Dec 2004 09:36:51 -0500

Index: emacs/lisp/progmodes/sh-script.el
diff -c emacs/lisp/progmodes/sh-script.el:1.141 
emacs/lisp/progmodes/sh-script.el:1.142
*** emacs/lisp/progmodes/sh-script.el:1.141     Mon Sep 20 15:46:23 2004
--- emacs/lisp/progmodes/sh-script.el   Sun Dec  5 14:19:38 2004
***************
*** 1102,1108 ****
    :type `(choice ,@ sh-number-or-symbol-list )
    :group 'sh-indentation)
  
! (defcustom sh-indent-for-then '+
    "*How much to indent a then relative to an if."
    :type `(choice ,@ sh-number-or-symbol-list )
    :group 'sh-indentation)
--- 1102,1108 ----
    :type `(choice ,@ sh-number-or-symbol-list )
    :group 'sh-indentation)
  
! (defcustom sh-indent-for-then 0
    "*How much to indent a then relative to an if."
    :type `(choice ,@ sh-number-or-symbol-list )
    :group 'sh-indentation)




reply via email to

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