summaryrefslogtreecommitdiff
path: root/lisp/progmodes/python.el
diff options
context:
space:
mode:
authorGlenn Morris <rgm@gnu.org>2009-08-21 07:24:26 +0000
committerGlenn Morris <rgm@gnu.org>2009-08-21 07:24:26 +0000
commitd5d105e863bbbcaad1cdb89b4cd4e74fd5815fe6 (patch)
treec63b6d50f533e1b8329c289f09f3e4d3de53eeb9 /lisp/progmodes/python.el
parenta8ab722f607b850b8dba6eb17674df18861f73d6 (diff)
Use help-print-return-message rather than the now obsolete alias.
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 7221d8ecb73..308af6c02cc 100644
--- a/lisp/progmodes/python.el
+++ b/lisp/progmodes/python.el
@@ -1787,7 +1787,7 @@ will."
;; Fixme: Is this actually useful?
(help-setup-xref (list 'python-describe-symbol symbol) (interactive-p))
(set (make-local-variable 'comint-redirect-subvert-readonly) t)
- (print-help-return-message))))
+ (help-print-return-message))))
(comint-redirect-send-command-to-process (format "emacs.ehelp(%S, %s)"
symbol python-imports)
"*Help*" (python-proc) nil nil))