]> git.eshelyaron.com Git - emacs.git/commitdiff
(python-describe-symbol): Pass INTERACTIVE-P argument to `help-setup-xref'.
authorJuanma Barranquero <lekktu@gmail.com>
Sat, 8 May 2004 16:40:01 +0000 (16:40 +0000)
committerJuanma Barranquero <lekktu@gmail.com>
Sat, 8 May 2004 16:40:01 +0000 (16:40 +0000)
lisp/progmodes/python.el

index 0fdaf652e50fd307d2d446e688973f390ce9cc4f..214b6f0e24cf61ef72434cc7fa2ca062dfb4fb66 100644 (file)
@@ -1343,7 +1343,7 @@ don't support `help'."
             (toggle-read-only 1)
             (setq view-return-to-alist
                   (list (cons (selected-window) help-return-method))))))
-      (help-setup-xref (list 'python-describe-symbol symbol))
+      (help-setup-xref (list 'python-describe-symbol symbol) (interactive-p))
       (with-output-to-temp-buffer (help-buffer)
        (with-current-buffer standard-output
          (set (make-local-variable 'comint-redirect-subvert-readonly) t)
@@ -1387,7 +1387,7 @@ Used with `eval-after-load'."
                    (string-match "^Python \\([0-9]+\\.[0-9]+\\>\\)" s)
                    (match-string 1 s)))
         ;; Whether info files have a Python version suffix, e.g. in Debian.
-        (versioned 
+        (versioned
          (with-temp-buffer
            (with-no-warnings (Info-mode))
            (condition-case ()