[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] Changes to emacs/lisp/international/quail.el
From: |
Dave Love |
Subject: |
[Emacs-diffs] Changes to emacs/lisp/international/quail.el |
Date: |
Tue, 30 Jul 2002 07:25:44 -0400 |
Index: emacs/lisp/international/quail.el
diff -c emacs/lisp/international/quail.el:1.119
emacs/lisp/international/quail.el:1.120
*** emacs/lisp/international/quail.el:1.119 Sun Feb 3 05:33:01 2002
--- emacs/lisp/international/quail.el Tue Jun 18 18:58:55 2002
***************
*** 2511,2517 ****
(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)))
(run-hooks 'temp-buffer-show-hook)))))
(defun quail-help-insert-keymap-description (keymap &optional header)
--- 2511,2517 ----
(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) t))
(run-hooks 'temp-buffer-show-hook)))))
(defun quail-help-insert-keymap-description (keymap &optional header)
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] Changes to emacs/lisp/international/quail.el,
Dave Love <=