summaryrefslogtreecommitdiff
path: root/lisp/dabbrev.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-03-11 23:45:44 +0800
committerChong Yidong <cyd@gnu.org>2012-03-11 23:45:44 +0800
commit0c93eabf3580a528e05ccc336df18ea4792d093f (patch)
treea4cb0cf3bcdf7c508d8fad264be3b2a1107fc053 /lisp/dabbrev.el
parent091006330e4bf8a8e3a98fd2711372bb1a43eeee (diff)
downloademacs-0c93eabf3580a528e05ccc336df18ea4792d093f.tar.gz
* dabbrev.el (dabbrev--find-expansion): Update progress reporter.
Diffstat (limited to 'lisp/dabbrev.el')
-rw-r--r--lisp/dabbrev.el1
1 files changed, 1 insertions, 0 deletions
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."
(- (length dabbrev--friend-buffer-list)))
(setq dabbrev--last-expansion-location (point-min))
(setq expansion (dabbrev--try-find abbrev nil 1 ignore-case)))
+ (progress-reporter-done dabbrev--progress-reporter)
expansion)))))
;; Compute the list of buffers to scan.