From b2cba41ecdc954c6dc01567e279c969aa9710239 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 13 Sep 2011 00:22:05 -0700 Subject: [PATCH] * lisp/help.el (describe-key-briefly): Copy previous standard-output change. --- lisp/ChangeLog | 4 ++++ lisp/help.el | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c041ef45639..5cb76a1394a 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2011-09-13 Glenn Morris + + * help.el (describe-key-briefly): Copy previous standard-output change. + 2011-09-13 PJ Weisberg (tiny change) * help.el (where-is): Respect non-standard standard-output. (Bug#9030) diff --git a/lisp/help.el b/lisp/help.el index 0c5ebea1b04..ca8f76515cf 100644 --- a/lisp/help.el +++ b/lisp/help.el @@ -625,7 +625,7 @@ temporarily enables it to allow getting help on disabled items and buttons." (aref key 1) (aref key 0))) (modifiers (event-modifiers event)) - (standard-output (if insert (current-buffer) t)) + (standard-output (if insert (current-buffer) standard-output)) (mouse-msg (if (or (memq 'click modifiers) (memq 'down modifiers) (memq 'drag modifiers)) " at that spot" "")) (defn (key-binding key t)) -- 2.39.5