Mercurial > emacs
changeset 61533:67797152b44b
*** empty log message ***
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 13 Apr 2005 18:49:18 +0000 |
parents | 6b2da0d6965f |
children | 3d7c70a6a91e |
files | lisp/ChangeLog |
diffstat | 1 files changed, 10 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- 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 <gmorris@ast.cam.ac.uk> + + * progmodes/sh-script.el (sh-here-document-word): Make it a + defcustom. Doc fix. + (sh-add): Bash uses $(( )) for arithmetic. + (sh-while-getopts) <sh>: 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 <rms@gnu.org> * simple.el (undo): Fix previous change.