Mercurial > emacs
changeset 87124:8411562edbb6
Remove directory part from filenames in function declarations.
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Thu, 06 Dec 2007 04:09:37 +0000 |
parents | d56e1ecaeed7 |
children | 781744830529 |
files | lisp/progmodes/python.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/progmodes/python.el Thu Dec 06 04:09:22 2007 +0000 +++ b/lisp/progmodes/python.el Thu Dec 06 04:09:37 2007 +0000 @@ -1658,7 +1658,7 @@ ;;;; Info-look functionality. -(declare-function info-lookup-maybe-add-help "../info-look" (&rest arg)) +(declare-function info-lookup-maybe-add-help "info-look" (&rest arg)) (defun python-after-info-look () "Set up info-look for Python.