diff options
| author | Stefan Monnier | 2007-06-13 18:25:46 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2007-06-13 18:25:46 +0000 |
| commit | 4f3a33689b8fdb0d9535aa7d1a021f48c56844da (patch) | |
| tree | e12e7d24bc68ec6e99207442fb0a22427fd9a286 /lisp/ChangeLog | |
| parent | b4c4ba4182036650b9f8293ee9b5175714bb532b (diff) | |
| download | emacs-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/ChangeLog | 7 |
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 @@ | |||
| 1 | 2007-06-13 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2007-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 | ||
| 5 | 2007-06-12 Tom Tromey <tromey@redhat.com> | 12 | 2007-06-12 Tom Tromey <tromey@redhat.com> |