aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2002-06-18 22:58:55 +0000
committerStefan Monnier2002-06-18 22:58:55 +0000
commit2c72829f9b2936c1927a22188384d1abee07851f (patch)
treeb0c44b911a8037741f461741dfeed20d16179b08
parentcafbc9a5766b07835667846f28aa7fccc58d44d2 (diff)
downloademacs-2c72829f9b2936c1927a22188384d1abee07851f.tar.gz
emacs-2c72829f9b2936c1927a22188384d1abee07851f.zip
(quail-help): Don't assume the buffer is displayed in the same frame.
-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
2511 (setq quail-current-package nil) 2511 (setq quail-current-package nil)
2512 ;; Resize the help window again, now that it has all its contents. 2512 ;; Resize the help window again, now that it has all its contents.
2513 (save-selected-window 2513 (save-selected-window
2514 (select-window (get-buffer-window (current-buffer))) 2514 (select-window (get-buffer-window (current-buffer) t))
2515 (run-hooks 'temp-buffer-show-hook))))) 2515 (run-hooks 'temp-buffer-show-hook)))))
2516 2516
2517(defun quail-help-insert-keymap-description (keymap &optional header) 2517(defun quail-help-insert-keymap-description (keymap &optional header)