* locate.el (locate-local-prompt): New var.
(locate-prompt-for-search-string): New function. (locate): Make locate-local-prompt buffer-local. Use locate-prompt-for-search-string. (locate-with-filter): New optional arg. Use locate-prompt-for-search-string. (locate-update): Bind locate-prompt-for-command.
This commit is contained in:
parent
d439bcd805
commit
5c03c62821
1 changed files with 10 additions and 0 deletions
|
|
@ -1,3 +1,13 @@
|
|||
2007-04-23 Luc Teirlinck <teirllm@auburn.edu>
|
||||
|
||||
* locate.el (locate-local-prompt): New var.
|
||||
(locate-prompt-for-search-string): New function.
|
||||
(locate): Make locate-local-prompt buffer-local. Use
|
||||
locate-prompt-for-search-string.
|
||||
(locate-with-filter): New optional arg. Use
|
||||
locate-prompt-for-search-string.
|
||||
(locate-update): Bind locate-prompt-for-command.
|
||||
|
||||
2007-04-23 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* files.el (magic-mode-alist): `<!DOCTYPE HTML' in html-mode.
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue