diff options
author | Stefan Monnier <monnier@iro.umontreal.ca> | 2002-06-18 22:58:55 +0000 |
---|---|---|
committer | Stefan Monnier <monnier@iro.umontreal.ca> | 2002-06-18 22:58:55 +0000 |
commit | 2c72829f9b2936c1927a22188384d1abee07851f (patch) | |
tree | b0c44b911a8037741f461741dfeed20d16179b08 /lisp/international/quail.el | |
parent | cafbc9a5766b07835667846f28aa7fccc58d44d2 (diff) | |
download | emacs-2c72829f9b2936c1927a22188384d1abee07851f.tar.gz |
(quail-help): Don't assume the buffer is displayed in the same frame.
Diffstat (limited to 'lisp/international/quail.el')
-rw-r--r-- | lisp/international/quail.el | 2 |
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) |