From 2c72829f9b2936c1927a22188384d1abee07851f Mon Sep 17 00:00:00 2001 From: Stefan Monnier Date: Tue, 18 Jun 2002 22:58:55 +0000 Subject: [PATCH] (quail-help): Don't assume the buffer is displayed in the same frame. --- lisp/international/quail.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/international/quail.el b/lisp/international/quail.el index dcadfa7a3b8..d0017e8bf21 100644 --- a/lisp/international/quail.el +++ b/lisp/international/quail.el @@ -2511,7 +2511,7 @@ KEY BINDINGS FOR CONVERSION (setq quail-current-package nil) ;; Resize the help window again, now that it has all its contents. (save-selected-window - (select-window (get-buffer-window (current-buffer))) + (select-window (get-buffer-window (current-buffer) t)) (run-hooks 'temp-buffer-show-hook))))) (defun quail-help-insert-keymap-description (keymap &optional header) -- 2.39.2