From: tomo Date: Mon, 3 Jun 2002 11:36:48 +0000 (+0000) Subject: GNU Emacs 21.1 with LEIM. X-Git-Tag: Emacs-21_1+LEIM X-Git-Url: http://git.chise.org/gitweb/?a=commitdiff_plain;h=cfb2f78ba0a83bceec431c58aaeefad4493a6082;p=elisp%2Flemi.git GNU Emacs 21.1 with LEIM. --- diff --git a/mail/feedmail.el b/mail/feedmail.el index 2d21c9c..a567907 100644 --- a/mail/feedmail.el +++ b/mail/feedmail.el @@ -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))))