aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorGlenn Morris2007-12-06 04:09:57 +0000
committerGlenn Morris2007-12-06 04:09:57 +0000
commit5cec305694c24f57f0cb0b46a089323d18274142 (patch)
tree3044500a0ecfe8da7ef0d52524c6c1eea7abaccf /lisp/progmodes/python.el
parent292071b483f53e5b8fa8541f1de08ba5ba4f211a (diff)
downloademacs-5cec305694c24f57f0cb0b46a089323d18274142.tar.gz
emacs-5cec305694c24f57f0cb0b46a089323d18274142.zip
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 0708bf7037d..66779acb103 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -1658,7 +1658,7 @@ instance. Assumes an inferior Python is running."
1658 1658
1659;;;; Info-look functionality. 1659;;;; Info-look functionality.
1660 1660
1661(declare-function info-lookup-maybe-add-help "../info-look" (&rest arg)) 1661(declare-function info-lookup-maybe-add-help "info-look" (&rest arg))
1662 1662
1663(defun python-after-info-look () 1663(defun python-after-info-look ()
1664 "Set up info-look for Python. 1664 "Set up info-look for Python.