comparison lisp/international/quail.el @ 45907:5ec9521eeae0

(quail-help): Don't assume the buffer is displayed in the same frame.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Tue, 18 Jun 2002 22:58:55 +0000
parents a202d9fb56eb
children 5d173712d50a
comparison
equal deleted inserted replaced
45906:cacf84433461 45907:5ec9521eeae0
2509 KEY BINDINGS FOR CONVERSION 2509 KEY BINDINGS FOR CONVERSION
2510 ---------------------------\n")) 2510 ---------------------------\n"))
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)
2518 (let (pos1 pos2 eol) 2518 (let (pos1 pos2 eol)
2519 (setq pos1 (point)) 2519 (setq pos1 (point))