# HG changeset patch # User Glenn Morris # Date 1113418158 0 # Node ID 67797152b44baa86dbb383850c43bce27ae65c96 # Parent 6b2da0d6965f97d8dc4472dcc21513f9804fb13c *** empty log message *** diff -r 6b2da0d6965f -r 67797152b44b lisp/ChangeLog --- a/lisp/ChangeLog Wed Apr 13 17:40:53 2005 +0000 +++ b/lisp/ChangeLog Wed Apr 13 18:49:18 2005 +0000 @@ -1,3 +1,13 @@ +2005-04-13 Glenn Morris + + * progmodes/sh-script.el (sh-here-document-word): Make it a + defcustom. Doc fix. + (sh-add): Bash uses $(( )) for arithmetic. + (sh-while-getopts) : Set OPTIND back to 1 at end. + (sh-maybe-here-document): Remove quotes and leading whitespace + from heredoc word when closing. Indent heredoc with tabs if word + starts with "-". + 2005-04-13 Richard M. Stallman * simple.el (undo): Fix previous change.