diff options
| author | Glenn Morris | 2009-09-07 02:35:29 +0000 |
|---|---|---|
| committer | Glenn Morris | 2009-09-07 02:35:29 +0000 |
| commit | 8f09a02fc8ed6742265260fb686597f95bcb99c5 (patch) | |
| tree | 61215e0b861932bdbbf5131a67f897e97530d0a3 /lisp/ChangeLog | |
| parent | 448ecec3040e81e36c2c3953d3aa214fcc438f29 (diff) | |
| download | emacs-8f09a02fc8ed6742265260fb686597f95bcb99c5.tar.gz emacs-8f09a02fc8ed6742265260fb686597f95bcb99c5.zip | |
(proced-mode-map): Bind "d" to proced-mark-alt.
(proced-mark-alt): New alias, to control the advertised key. (Bug#4362)
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 02fc18d671b..401d9618e6e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -2,6 +2,9 @@ | |||
| 2 | 2 | ||
| 3 | * files.el (auto-mode-alist): Use delphi-mode for .dpr files. | 3 | * files.el (auto-mode-alist): Use delphi-mode for .dpr files. |
| 4 | 4 | ||
| 5 | * proced.el (proced-mode-map): Bind "d" to proced-mark-alt. | ||
| 6 | (proced-mark-alt): New alias, to control the advertised key. (Bug#4362) | ||
| 7 | |||
| 5 | 2009-09-06 Nick Roberts <nickrob@snap.net.nz> | 8 | 2009-09-06 Nick Roberts <nickrob@snap.net.nz> |
| 6 | 9 | ||
| 7 | * vc-git.el (vc-git-annotate-command): Use separator to parse | 10 | * vc-git.el (vc-git-annotate-command): Use separator to parse |