diff options
| author | Chong Yidong | 2007-04-23 22:11:17 +0000 |
|---|---|---|
| committer | Chong Yidong | 2007-04-23 22:11:17 +0000 |
| commit | c63ae004022b6f26744f88232d30f017e0db5f7d (patch) | |
| tree | 5f515662f20b4c84d6f877b1d67b93580d5cabed | |
| parent | bb6370f1965cac249ef7c5decfcd21cb9099ea8a (diff) | |
| download | emacs-c63ae004022b6f26744f88232d30f017e0db5f7d.tar.gz emacs-c63ae004022b6f26744f88232d30f017e0db5f7d.zip | |
Tweak ChangeLog entry.
| -rw-r--r-- | lisp/ChangeLog | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 480d5ce8aa7..a6b3ca91965 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -18,9 +18,10 @@ | |||
| 18 | 2007-04-23 Luc Teirlinck <teirllm@auburn.edu> | 18 | 2007-04-23 Luc Teirlinck <teirllm@auburn.edu> |
| 19 | 19 | ||
| 20 | * locate.el (locate-local-prompt): New var. | 20 | * locate.el (locate-local-prompt): New var. |
| 21 | (locate-prompt-for-search-string): New function. | 21 | (locate-prompt-for-command): Doc fix. |
| 22 | (locate): Make locate-local-prompt buffer-local. Use | 22 | (locate-prompt-for-search-string): New function. |
| 23 | locate-prompt-for-search-string. | 23 | (locate): New optional arg. Make locate-local-prompt |
| 24 | buffer-local. Use locate-prompt-for-search-string. | ||
| 24 | (locate-with-filter): New optional arg. Use | 25 | (locate-with-filter): New optional arg. Use |
| 25 | locate-prompt-for-search-string. | 26 | locate-prompt-for-search-string. |
| 26 | (locate-update): Bind locate-prompt-for-command. | 27 | (locate-update): Bind locate-prompt-for-command. |