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 [lexbind]


From: Miles Bader
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/sh-script.el [lexbind]
Date: Wed, 08 Dec 2004 19:17:18 -0500

Index: emacs/lisp/progmodes/sh-script.el
diff -c emacs/lisp/progmodes/sh-script.el:1.110.4.8 
emacs/lisp/progmodes/sh-script.el:1.110.4.9
*** emacs/lisp/progmodes/sh-script.el:1.110.4.8 Wed Oct  6 05:21:58 2004
--- emacs/lisp/progmodes/sh-script.el   Wed Dec  8 23:36:36 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]