Mercurial > emacs
changeset 80407:5f25ace3fc90
* emacs-lisp/find-func.el (find-function-search-for-symbol):
Strip extension from .emacs.el to make sure symbol is searched
in .emacs too.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Mon, 31 Mar 2008 22:11:58 +0000 |
parents | cce5a473f823 |
children | 7f06131fe112 |
files | lisp/ChangeLog |
diffstat | 1 files changed, 6 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Mon Mar 31 22:08:01 2008 +0000 +++ b/lisp/ChangeLog Mon Mar 31 22:11:58 2008 +0000 @@ -1,3 +1,9 @@ +2008-03-31 Martin Rudalics <rudalics@gmx.at> + + * emacs-lisp/find-func.el (find-function-search-for-symbol): + Strip extension from .emacs.el to make sure symbol is searched + in .emacs too. + 2008-03-29 Stefan Monnier <monnier@iro.umontreal.ca> * vc.el (vc-do-command): Don't show internal temp buffers.