]> git.eshelyaron.com Git - emacs.git/commit
Don't bind standard-output in substitute-command-keys
authorStefan Kangas <stefan@marxist.se>
Sun, 1 Nov 2020 15:31:12 +0000 (16:31 +0100)
committerStefan Kangas <stefan@marxist.se>
Sun, 1 Nov 2020 17:58:12 +0000 (18:58 +0100)
commit8ad9932f1163506370ee05a0d7a2f2d5d57c0fd1
treec27c597a89cac9a39bfae8fd7ada2b0cabaf62f5
parent8761c155e43c08428054677c75781e312a728667
Don't bind standard-output in substitute-command-keys

This fixes a regression with regards to the old C version of
substitute-command-keys.

* lisp/help.el (substitute-command-keys): Don't bind standard-output.
See Bug#39149.
* test/lisp/help-tests.el
(help-tests--was-in-buffer): New variable.
(help-substitute-command-keys/menu-filter-in-correct-buffer): New
test.
lisp/help.el
test/lisp/help-tests.el