From d5d105e863bbbcaad1cdb89b4cd4e74fd5815fe6 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Fri, 21 Aug 2009 07:24:26 +0000 Subject: Use help-print-return-message rather than the now obsolete alias. --- lisp/progmodes/python.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lisp/progmodes/python.el') 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)) -- cgit v1.2.1