diff options
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/dabbrev.el | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 50e012ad77b..49d67384920 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2012-03-11 Chong Yidong <cyd@gnu.org> | ||
| 2 | |||
| 3 | * dabbrev.el (dabbrev--find-expansion): Update progress reporter | ||
| 4 | when finished (Bug#10963). | ||
| 5 | |||
| 1 | 2012-03-11 Martin Rudalics <rudalics@gmx.at> | 6 | 2012-03-11 Martin Rudalics <rudalics@gmx.at> |
| 2 | 7 | ||
| 3 | * window.el (split-window-below): Fix bug in case where | 8 | * window.el (split-window-below): Fix bug in case where |
diff --git a/lisp/dabbrev.el b/lisp/dabbrev.el index 7b94b53e6c7..aad3c83c32b 100644 --- a/lisp/dabbrev.el +++ b/lisp/dabbrev.el | |||
| @@ -763,6 +763,7 @@ of the start of the occurrence." | |||
| 763 | (- (length dabbrev--friend-buffer-list))) | 763 | (- (length dabbrev--friend-buffer-list))) |
| 764 | (setq dabbrev--last-expansion-location (point-min)) | 764 | (setq dabbrev--last-expansion-location (point-min)) |
| 765 | (setq expansion (dabbrev--try-find abbrev nil 1 ignore-case))) | 765 | (setq expansion (dabbrev--try-find abbrev nil 1 ignore-case))) |
| 766 | (progress-reporter-done dabbrev--progress-reporter) | ||
| 766 | expansion))))) | 767 | expansion))))) |
| 767 | 768 | ||
| 768 | ;; Compute the list of buffers to scan. | 769 | ;; Compute the list of buffers to scan. |