# HG changeset patch # User Glenn Morris # Date 1196914177 0 # Node ID 8411562edbb6ddca91ccd11ef929349b8b8854da # Parent d56e1ecaeed7f690e9b492039ba44a980a325555 Remove directory part from filenames in function declarations. diff -r d56e1ecaeed7 -r 8411562edbb6 lisp/progmodes/python.el --- 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.