diff options
| author | Chong Yidong | 2008-03-31 22:11:58 +0000 |
|---|---|---|
| committer | Chong Yidong | 2008-03-31 22:11:58 +0000 |
| commit | 00aa9ca4683ba2d0be7ce11e0cc35d14050c62d6 (patch) | |
| tree | 2c518530753cacd8aeac68d122d13bd279c1167c /lisp/ChangeLog | |
| parent | bd57e29ce8f73d5d8ab627fe209170ce41092769 (diff) | |
| download | emacs-00aa9ca4683ba2d0be7ce11e0cc35d14050c62d6.tar.gz emacs-00aa9ca4683ba2d0be7ce11e0cc35d14050c62d6.zip | |
* emacs-lisp/find-func.el (find-function-search-for-symbol):
Strip extension from .emacs.el to make sure symbol is searched
in .emacs too.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 061bc57bc5f..e0650081f20 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2008-03-31 Martin Rudalics <rudalics@gmx.at> | ||
| 2 | |||
| 3 | * emacs-lisp/find-func.el (find-function-search-for-symbol): | ||
| 4 | Strip extension from .emacs.el to make sure symbol is searched | ||
| 5 | in .emacs too. | ||
| 6 | |||
| 1 | 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca> | 7 | 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca> |
| 2 | 8 | ||
| 3 | * vc.el (vc-do-command): Don't show internal temp buffers. | 9 | * vc.el (vc-do-command): Don't show internal temp buffers. |