1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00

* 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.
This commit is contained in:
Chong Yidong 2007-04-21 03:28:45 +00:00
parent e58e12f16f
commit d6fa26a442

View File

@ -1,3 +1,11 @@
2007-04-21 Luc Teirlinck <teirllm@auburn.edu>
* 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 <koppel@ece.lsu.edu>
* hi-lock.el (hi-lock-file-patterns-policy): New var.