diff options
Diffstat (limited to 'lisp')
| -rw-r--r-- | lisp/ChangeLog.15 | 2 | ||||
| -rw-r--r-- | lisp/subr.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/lisp/ChangeLog.15 b/lisp/ChangeLog.15 index 88f5487ca74..46fa01acc5e 100644 --- a/lisp/ChangeLog.15 +++ b/lisp/ChangeLog.15 | |||
| @@ -5820,7 +5820,7 @@ | |||
| 5820 | * epa.el (epa-passphrase-callback-function): Say what we're | 5820 | * epa.el (epa-passphrase-callback-function): Say what we're |
| 5821 | querying the password for. | 5821 | querying the password for. |
| 5822 | 5822 | ||
| 5823 | * ibuffer.el (ibuffer-visit-buffer): To mimick list-buffers | 5823 | * ibuffer.el (ibuffer-visit-buffer): To mimic list-buffers |
| 5824 | behavior, don't bury the ibuffer buffer when visiting other buffers. | 5824 | behavior, don't bury the ibuffer buffer when visiting other buffers. |
| 5825 | 5825 | ||
| 5826 | 2010-10-08 Chong Yidong <cyd@stupidchicken.com> | 5826 | 2010-10-08 Chong Yidong <cyd@stupidchicken.com> |
diff --git a/lisp/subr.el b/lisp/subr.el index 4202cc74d48..0fb4a2ec256 100644 --- a/lisp/subr.el +++ b/lisp/subr.el | |||
| @@ -2088,7 +2088,7 @@ some sort of escape sequence, the ambiguity is resolved via `read-key-delay'." | |||
| 2088 | (cancel-timer timer) | 2088 | (cancel-timer timer) |
| 2089 | ;; For some reason, `read-key(-sequence)' leaves the prompt in the echo | 2089 | ;; For some reason, `read-key(-sequence)' leaves the prompt in the echo |
| 2090 | ;; area, whereas `read-event' seems to empty it just before returning | 2090 | ;; area, whereas `read-event' seems to empty it just before returning |
| 2091 | ;; (bug#22714). So, let's mimick the behavior of `read-event'. | 2091 | ;; (bug#22714). So, let's mimic the behavior of `read-event'. |
| 2092 | (message nil) | 2092 | (message nil) |
| 2093 | (use-global-map old-global-map)))) | 2093 | (use-global-map old-global-map)))) |
| 2094 | 2094 | ||