From: Chong Yidong Date: Sat, 21 Apr 2007 03:28:45 +0000 (+0000) Subject: * locate.el: Revert 2006-09-09 and 2007-04-20 changes. X-Git-Tag: emacs-pretest-22.0.99~129 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=d6fa26a4426f744230c91e44db529ca6efb1596c;p=emacs.git * locate.el: Revert 2006-09-09 and 2007-04-20 changes. (locate-local-filter, locate-local-search): New vars. (locate): Make variables local. (locate-update): Bind locate-buffer-name. Call locate using locate-local-filter and locate-local-search. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index d122656daaa..90542864f7c 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,11 @@ +2007-04-21 Luc Teirlinck + + * locate.el: Revert 2006-09-09 and 2007-04-20 changes. + (locate-local-filter, locate-local-search): New vars. + (locate): Make variables local. + (locate-update): Bind locate-buffer-name. Call locate using + locate-local-filter and locate-local-search. + 2007-04-20 David Koppelman * hi-lock.el (hi-lock-file-patterns-policy): New var.