summaryrefslogtreecommitdiff
path: root/lisp/international/quail.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/international/quail.el')
-rw-r--r--lisp/international/quail.el2
1 files changed, 1 insertions, 1 deletions
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)