summaryrefslogtreecommitdiff
path: root/lisp/dabbrev.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/dabbrev.el')
-rw-r--r--lisp/dabbrev.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/dabbrev.el b/lisp/dabbrev.el
index aa92a4cc6aa..0f0f85b4255 100644
--- a/lisp/dabbrev.el
+++ b/lisp/dabbrev.el
@@ -669,7 +669,7 @@ It returns the list of the buffers that are not discarded."
(and (not (eq (current-buffer) buffer))
(not (dabbrev--ignore-buffer-p buffer))
(boundp 'dabbrev-friend-buffer-function)
- (funcall dabbrev-friend-buffer-function buffer)))))
+ (funcall dabbrev-friend-buffer-function buffer))))
(defun dabbrev--try-find (abbrev reverse n ignore-case)
"Search for ABBREV, backwards if REVERSE, N times.