aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2007-12-06 04:09:57 +0000
committerGlenn Morris <[email protected]>2007-12-06 04:09:57 +0000
commit5cec305694c24f57f0cb0b46a089323d18274142 (patch)
tree3044500a0ecfe8da7ef0d52524c6c1eea7abaccf /lisp/progmodes/python.el
parent292071b483f53e5b8fa8541f1de08ba5ba4f211a (diff)
Remove directory part from filenames in function declarations.
Diffstat (limited to 'lisp/progmodes/python.el')
-rw-r--r--lisp/progmodes/python.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/python.el b/lisp/progmodes/python.el
index 0708bf7037..66779acb10 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -1658,7 +1658,7 @@ instance. Assumes an inferior Python is running."
;;;; 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.