From: Glenn Morris Date: Thu, 6 Dec 2007 03:59:38 +0000 (+0000) Subject: (apropos-command): Revert previous change (variable assignment, not X-Git-Tag: emacs-pretest-23.0.90~9061 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c851bcec246c63ad76d6ed18c61cdce24aff7d06;p=emacs.git (apropos-command): Revert previous change (variable assignment, not function call). --- diff --git a/lisp/apropos.el b/lisp/apropos.el index f9720e1bcdb..9fddf0103fb 100644 --- a/lisp/apropos.el +++ b/lisp/apropos.el @@ -449,7 +449,7 @@ while a list of strings is used as a word list." "command or function" "command")) current-prefix-arg)) (apropos-parse-pattern pattern) - (let ((message "%s" + (let ((message (let ((standard-output (get-buffer-create "*Apropos*"))) (print-help-return-message 'identity)))) (or do-all (setq do-all apropos-do-all))