From 2ebf8f54cb0a49f18cebb58bed4c84cff7c49174 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Thu, 21 Jun 2001 07:42:04 +0000 Subject: [PATCH] (dabbrev--select-buffers): Fix last change. --- lisp/ChangeLog | 4 ++++ lisp/dabbrev.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ff57af78c32..acb67992603 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2001-06-21 Eli Zaretskii + + * dabbrev.el (dabbrev--select-buffers): Fix last change. + 2001-06-20 Richard M. Stallman * dabbrev.el (dabbrev--make-friend-buffer-list): New function, 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.