comparison 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
comparison
equal deleted inserted replaced
81379:fa58a242b75e 81380:db32b7ba9c76
1 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca> 1 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * progmodes/sh-script.el: Remove unneeded * from docstrings.
4 Use [:alpha:] and [:alnum:] where applicable.
5 (sh-quoted-subshell): Rewrite to correctly
6 handle nested mixes of `...` and $(...).
7 (sh-apply-quoted-subshell): Remove.
8 (sh-font-lock-syntactic-keywords): Adjust call to sh-quoted-subshell.
2 9
3 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program. 10 * vc-arch.el (vc-arch-command): Remove bzr. It's a different program.
4 11
5 2007-06-12 Tom Tromey <tromey@redhat.com> 12 2007-06-12 Tom Tromey <tromey@redhat.com>
6 13