From 8c3ee88c2f5acda520cd3e1c48ca7aeec2610754 Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Tue, 1 Sep 2009 03:25:10 +0000 Subject: [PATCH] (file-name-buffer-file-type-alist): Define for compiler. --- lisp/mail/feedmail.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el index 4ebd2a19b42..2449adb5ee7 100644 --- a/lisp/mail/feedmail.el +++ b/lisp/mail/feedmail.el @@ -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. -- 2.39.2