From 1b12fa9dc4be9a4fec1e6cdfdd12b146ce1f3ae9 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 22 May 2005 15:52:51 +0000 Subject: [PATCH] (describe-key): Move print-help-return-message call out of conditional. --- lisp/ChangeLog | 3 +++ lisp/help.el | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index f8a2a4ac7ba..53bccfbeb04 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2005-05-22 Richard M. Stallman + * help.el (describe-key): Move print-help-return-message call + out of conditional. + * progmodes/etags.el (list-tags): Use with-no-warnings. * mail/smtpmail.el (smtpmail-open-stream): Use with-no-warnings. diff --git a/lisp/help.el b/lisp/help.el index 76fc43d63ef..3323c329c97 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -698,8 +698,8 @@ the last key hit are used." (princ " runs the command ") (prin1 defn) (princ "\n which is ") - (describe-function-1 defn)))) - (print-help-return-message)))))))) + (describe-function-1 defn))))) + (print-help-return-message))))))) (defun describe-mode (&optional buffer) -- 2.39.2