aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/mail
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/mail')
-rw-r--r--lisp/mail/feedmail.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el
index 2d21c9c45c5..a5679073064 100644
--- a/lisp/mail/feedmail.el
+++ b/lisp/mail/feedmail.el
@@ -1770,7 +1770,7 @@ you can set feedmail-queue-reminder-alist to nil."
1770 1770
1771(defun feedmail-queue-send-edit-prompt-help (d-string) 1771(defun feedmail-queue-send-edit-prompt-help (d-string)
1772 (let ((fqm-help (get-buffer feedmail-p-h-b-n))) 1772 (let ((fqm-help (get-buffer feedmail-p-h-b-n)))
1773 (if (and fqm-help (get-buffer-window fqm-help)) 1773 (if (and fqm-help (get-buffer-window fqm-help 'visible))
1774 (feedmail-queue-send-edit-prompt-help-later fqm-help d-string) 1774 (feedmail-queue-send-edit-prompt-help-later fqm-help d-string)
1775 (feedmail-queue-send-edit-prompt-help-first d-string)))) 1775 (feedmail-queue-send-edit-prompt-help-first d-string))))
1776 1776