diff options
| author | Lars Magne Ingebrigtsen | 2012-01-07 06:50:58 +0100 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2012-01-07 06:50:58 +0100 |
| commit | 8e66aebec2ebebd37c2b2cb97182b4f085fc54f9 (patch) | |
| tree | c9b5eb121c7f12dd63530f2dc84b5fcd5d311f43 /lisp/ChangeLog | |
| parent | d027f83d9c8be31bde6240e0730c9ad7a2184a5d (diff) | |
| download | emacs-8e66aebec2ebebd37c2b2cb97182b4f085fc54f9.tar.gz emacs-8e66aebec2ebebd37c2b2cb97182b4f085fc54f9.zip | |
* ibuffer.el (ibuffer-mode): List the bindings in the corrent map.
Fixes: debbugs:9759
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 d3f92175dd8..430ac16841e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,5 +1,8 @@ | |||
| 1 | 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org> | 1 | 2012-01-07 Lars Magne Ingebrigtsen <larsi@gnus.org> |
| 2 | 2 | ||
| 3 | * ibuffer.el (ibuffer-mode): List the bindings in the corrent map | ||
| 4 | (bug#9759). | ||
| 5 | |||
| 3 | * mail/smtpmail.el (password-cache-add): Removed unused declaration. | 6 | * mail/smtpmail.el (password-cache-add): Removed unused declaration. |
| 4 | (password-read): Don't autoload unused function. | 7 | (password-read): Don't autoload unused function. |
| 5 | 8 | ||