comparison lisp/progmodes/python.el @ 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 309e0523903f
children 107ccd98fa12 53108e6cea98
comparison
equal deleted inserted replaced
87123:d56e1ecaeed7 87124:8411562edbb6
1656 (buffer-substring-no-properties (point) point) 1656 (buffer-substring-no-properties (point) point)
1657 python-imports)))))))))))) 1657 python-imports))))))))))))
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.
1665 Used with `eval-after-load'." 1665 Used with `eval-after-load'."
1666 (let* ((version (let ((s (shell-command-to-string (concat python-command 1666 (let* ((version (let ((s (shell-command-to-string (concat python-command