From: tomo Date: Mon, 3 Jun 2002 17:55:05 +0000 (+0000) Subject: Sync up with Emacs-21_1+LEIM. X-Git-Tag: Emacs-21_1-LEMI-1_14-0~3 X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=5221aca7a6aff0c9e3300b0becb727293aa7ba32;p=elisp%2Flemi.git Sync up with Emacs-21_1+LEIM. --- diff --git a/mail/feedmail.el b/mail/feedmail.el index f02c2f1..9858764 100644 --- a/mail/feedmail.el +++ b/mail/feedmail.el @@ -1778,7 +1778,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))))