1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-21 06:55:39 +00:00

(dabbrev--select-buffers): Fix last change.

This commit is contained in:
Eli Zaretskii 2001-06-21 07:42:04 +00:00
parent c2c6918d8f
commit 2ebf8f54cb
2 changed files with 5 additions and 1 deletions

View 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,

View 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.