diff lisp/ChangeLog @ 81380:db32b7ba9c76

Remove unneeded * from docstrings. Use [:alpha:] & [:alnum:] where applicable. (sh-quoted-subshell): Rewrite to handle nested mixes of `...` and $(...). (sh-apply-quoted-subshell): Remove. (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Wed, 13 Jun 2007 18:25:46 +0000
parents fa58a242b75e
children bf9ea781e3e0
line wrap: on
line diff
--- a/lisp/ChangeLog	Wed Jun 13 18:00:34 2007 +0000
+++ b/lisp/ChangeLog	Wed Jun 13 18:25:46 2007 +0000
@@ -1,5 +1,12 @@
 2007-06-13  Stefan Monnier  <monnier@iro.umontreal.ca>
 
+	* progmodes/sh-script.el: Remove unneeded * from docstrings.
+	Use [:alpha:] and [:alnum:] where applicable.
+	(sh-quoted-subshell): Rewrite to correctly
+	handle nested mixes of `...` and $(...).
+	(sh-apply-quoted-subshell): Remove.
+	(sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
+
 	* vc-arch.el (vc-arch-command): Remove bzr.  It's a different program.
 
 2007-06-12  Tom Tromey  <tromey@redhat.com>