From: Glenn Morris Date: Tue, 1 Sep 2009 03:25:10 +0000 (+0000) Subject: (file-name-buffer-file-type-alist): Define for compiler. X-Git-Tag: emacs-pretest-23.1.90~1542 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=8c3ee88c2f5acda520cd3e1c48ca7aeec2610754;p=emacs.git (file-name-buffer-file-type-alist): Define for compiler. --- 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.