aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2007-06-13 18:25:46 +0000
committerStefan Monnier2007-06-13 18:25:46 +0000
commit4f3a33689b8fdb0d9535aa7d1a021f48c56844da (patch)
treee12e7d24bc68ec6e99207442fb0a22427fd9a286 /lisp/ChangeLog
parentb4c4ba4182036650b9f8293ee9b5175714bb532b (diff)
downloademacs-4f3a33689b8fdb0d9535aa7d1a021f48c56844da.tar.gz
emacs-4f3a33689b8fdb0d9535aa7d1a021f48c56844da.zip
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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9a8da25da01..69b07753cea 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,12 @@
12007-06-13 Stefan Monnier <monnier@iro.umontreal.ca> 12007-06-13 Stefan Monnier <monnier@iro.umontreal.ca>
2 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.
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
52007-06-12 Tom Tromey <tromey@redhat.com> 122007-06-12 Tom Tromey <tromey@redhat.com>