(python-mode) <eldoc-mode-hook>: Pass nil as the first arg to run-python.
authorEli Zaretskii <eliz@gnu.org>
Sat, 21 Jan 2006 11:48:25 +0000 (11:48 +0000)
committerEli Zaretskii <eliz@gnu.org>
Sat, 21 Jan 2006 11:48:25 +0000 (11:48 +0000)
lisp/progmodes/python.el

index 6ed2e39..0ed58fd 100644 (file)
@@ -1743,7 +1743,7 @@ lines count as headers.
   (set (make-local-variable 'eldoc-documentation-function)
        #'python-eldoc-function)
   (add-hook 'eldoc-mode-hook
-           '(lambda () (run-python 0 t)) nil t) ; need it running
+           '(lambda () (run-python nil t)) nil t) ; need it running
   (if (featurep 'hippie-exp)
       (set (make-local-variable 'hippie-expand-try-functions-list)
           (cons 'python-try-complete hippie-expand-try-functions-list)))