]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorGlenn Morris <rgm@gnu.org>
Wed, 13 Apr 2005 18:49:18 +0000 (18:49 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 13 Apr 2005 18:49:18 +0000 (18:49 +0000)
lisp/ChangeLog

index e91a9adf10fccbf599f6d73e367ec055182d4875..dff79ee00dbc90502fd66ca9d45ed9518d88cf7e 100644 (file)
@@ -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.