changeset 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 468b7fa34d2c
children 51f16a1079af
files lisp/mail/feedmail.el
diffstat 1 files changed, 3 insertions(+), 0 deletions(-) [+]
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.