GNU Emacs 21.1 with LEIM. Emacs-21_1+LEIM
authortomo <tomo>
Mon, 3 Jun 2002 11:36:48 +0000 (11:36 +0000)
committertomo <tomo>
Mon, 3 Jun 2002 11:36:48 +0000 (11:36 +0000)
mail/feedmail.el

index 2d21c9c..a567907 100644 (file)
@@ -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))))