1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-30 04:10:54 -08:00

(file-name-buffer-file-type-alist): Define for compiler.

This commit is contained in:
Glenn Morris 2009-09-01 03:25:10 +00:00
parent 5f68c1b736
commit 8c3ee88c2f

View file

@ -1521,6 +1521,9 @@ bail out with an appropriate answer to the global confirmation prompt."
(interactive "p")
(let ((feedmail-queue-runner-confirm-global t)) (feedmail-run-the-queue arg)))
;; letf fools the byte-compiler.
(defvar file-name-buffer-file-type-alist)
;;;###autoload
(defun feedmail-run-the-queue (&optional arg)
"Visit each message in the feedmail queue directory and send it out.