diff options
| author | Paul Eggert | 2016-04-10 23:54:33 -0700 |
|---|---|---|
| committer | Paul Eggert | 2016-04-10 23:55:05 -0700 |
| commit | 488a72f8e390d5da37da3bb7792e1d6ca5079b07 (patch) | |
| tree | 377fd0fe7f18ac7f294aeecda98207ac4c5518d8 /lisp | |
| parent | 9b1aab91fc479be9a923af1874801eadc1c19b20 (diff) | |
| download | emacs-488a72f8e390d5da37da3bb7792e1d6ca5079b07.tar.gz emacs-488a72f8e390d5da37da3bb7792e1d6ca5079b07.zip | |
; Spelling fixes
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 | ||