]> git.eshelyaron.com Git - emacs.git/commitdiff
(dabbrev--select-buffers): Fix last change.
authorEli Zaretskii <eliz@gnu.org>
Thu, 21 Jun 2001 07:42:04 +0000 (07:42 +0000)
committerEli Zaretskii <eliz@gnu.org>
Thu, 21 Jun 2001 07:42:04 +0000 (07:42 +0000)
lisp/ChangeLog
lisp/dabbrev.el

index ff57af78c32212c8c043c1d0e4c664148115a899..acb679926034d5afc169ba97ebebfbf5dac8690c 100644 (file)
@@ -1,3 +1,7 @@
+2001-06-21  Eli Zaretskii  <eliz@is.elta.co.il>
+
+       * dabbrev.el (dabbrev--select-buffers): Fix last change.
+
 2001-06-20  Richard M. Stallman  <rms@gnu.org>
 
        * dabbrev.el (dabbrev--make-friend-buffer-list): New function,
index aa92a4cc6aafe315b47a4770be07072e493031cc..0f0f85b42552031544d0a85485ee2c20f605c321 100644 (file)
@@ -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.