From: Glenn Morris Date: Wed, 13 Apr 2005 18:49:18 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~1008 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=328fc313667f4fca2185c6c5f03eca875be4d849;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e91a9adf10f..dff79ee00db 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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.