emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/progmodes/python.el


From: Eli Zaretskii
Subject: [Emacs-diffs] Changes to emacs/lisp/progmodes/python.el
Date: Sat, 21 Jan 2006 11:48:25 +0000

Index: emacs/lisp/progmodes/python.el
diff -u emacs/lisp/progmodes/python.el:1.34 emacs/lisp/progmodes/python.el:1.35
--- emacs/lisp/progmodes/python.el:1.34 Tue Oct 18 04:31:16 2005
+++ emacs/lisp/progmodes/python.el      Sat Jan 21 11:48:25 2006
@@ -1743,7 +1743,7 @@
   (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)))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]