From: Richard M. Stallman Date: Wed, 20 Jun 2001 11:03:44 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.104~193 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4de68712e34b609d7793461b468e1de14d23de6c;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2087a03aeb8..ff57af78c32 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,15 @@ +2001-06-20 Richard M. Stallman + + * dabbrev.el (dabbrev--make-friend-buffer-list): New function, + broken out from dabbrev--find-expansion. Handle minibuffer + specially here. + (dabbrev--find-expansion): Simplify code in various ways. + Don't treat minibuffers specially. + Call dabbrev--make-friend-buffer-list. + (dabbrev--select-buffers): Don't treat minibuffers specially. + Simplify. + (dabbrev--scanning-message): Do nothing when minibuffer is current. + 2001-06-19 John Wiegley * eshell/eshell.el: Don't load in esh-util if it's already loaded.