# HG changeset patch # User Chong Yidong # Date 1207001518 0 # Node ID 5f25ace3fc904e3de50680d10901c5058ebcc9c7 # Parent cce5a473f82381806a632167feb4327e3660df9d * emacs-lisp/find-func.el (find-function-search-for-symbol): Strip extension from .emacs.el to make sure symbol is searched in .emacs too. diff -r cce5a473f823 -r 5f25ace3fc90 lisp/ChangeLog --- 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 + + * 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 * vc.el (vc-do-command): Don't show internal temp buffers.