mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-11-29 07:58:28 +00:00
(feedmail-queue-send-edit-prompt-help):
Call get-buffer-window first second arg `visible'.
This commit is contained in:
parent
14531065ac
commit
6eb94ddb0f
@ -1,5 +1,8 @@
|
||||
2001-09-27 Gerd Moellmann <gerd@gnu.org>
|
||||
|
||||
* mail/feedmail.el (feedmail-queue-send-edit-prompt-help):
|
||||
Call get-buffer-window first second arg `visible'.
|
||||
|
||||
* international/mule-diag.el (list-input-methods-1): Output
|
||||
something that's independent of Emacs' version.
|
||||
|
||||
|
@ -1770,7 +1770,7 @@ you can set feedmail-queue-reminder-alist to nil."
|
||||
|
||||
(defun feedmail-queue-send-edit-prompt-help (d-string)
|
||||
(let ((fqm-help (get-buffer feedmail-p-h-b-n)))
|
||||
(if (and fqm-help (get-buffer-window fqm-help))
|
||||
(if (and fqm-help (get-buffer-window fqm-help 'visible))
|
||||
(feedmail-queue-send-edit-prompt-help-later fqm-help d-string)
|
||||
(feedmail-queue-send-edit-prompt-help-first d-string))))
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user