diff lisp/mail/feedmail.el @ 104775:21469025a673

(file-name-buffer-file-type-alist): Define for compiler.
author Glenn Morris <rgm@gnu.org>
date Tue, 01 Sep 2009 03:25:10 +0000
parents 790bd85e4cb0
children 328150f0cf76
line wrap: on
line diff
--- a/lisp/mail/feedmail.el	Tue Sep 01 03:18:44 2009 +0000
+++ b/lisp/mail/feedmail.el	Tue Sep 01 03:25:10 2009 +0000
@@ -1521,6 +1521,9 @@
   (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.