From b634e095982ff45bfb43363ae8fadaea20885800 Mon Sep 17 00:00:00 2001 From: Nick Savage Date: Tue, 8 Sep 2020 16:08:30 -0400 Subject: [PATCH] Open describe-function NEWS links in view-mode (Bug#39912) * lisp/help-mode.el (help-news): Open describe-function NEWS links in view-mode (Bug#39912) Copyright-paperwork-exempt: yes --- lisp/help-mode.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/help-mode.el b/lisp/help-mode.el index 9c2d1d7227..0dc6c9ffae 100644 --- a/lisp/help-mode.el +++ b/lisp/help-mode.el @@ -308,7 +308,7 @@ 'help-news :supertype 'help-xref 'help-function (lambda (file pos) - (pop-to-buffer (find-file-noselect file)) + (view-buffer-other-window (find-file-noselect file)) (goto-char pos)) 'help-echo (purecopy "mouse-2, RET: show corresponding NEWS announcement")) -- 2.20.1