diff lisp/progmodes/python.el @ 104386:2e0765155e47

Use help-print-return-message rather than the now obsolete alias.
author Glenn Morris <rgm@gnu.org>
date Fri, 21 Aug 2009 07:24:26 +0000
parents 603bb57bb542
children 468b7fa34d2c
line wrap: on
line diff
--- a/lisp/progmodes/python.el	Fri Aug 21 07:11:24 2009 +0000
+++ b/lisp/progmodes/python.el	Fri Aug 21 07:24:26 2009 +0000
@@ -1787,7 +1787,7 @@
  	;; 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))