emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs/lisp/mail feedmail.el


From: Glenn Morris
Subject: [Emacs-diffs] emacs/lisp/mail feedmail.el
Date: Tue, 01 Sep 2009 03:25:12 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Glenn Morris <gm>       09/09/01 03:25:12

Modified files:
        lisp/mail      : feedmail.el 

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

CVSWeb URLs:
http://cvs.savannah.gnu.org/viewcvs/emacs/lisp/mail/feedmail.el?cvsroot=emacs&r1=1.36&r2=1.37

Patches:
Index: feedmail.el
===================================================================
RCS file: /sources/emacs/emacs/lisp/mail/feedmail.el,v
retrieving revision 1.36
retrieving revision 1.37
diff -u -b -r1.36 -r1.37
--- feedmail.el 28 Aug 2009 04:06:03 -0000      1.36
+++ feedmail.el 1 Sep 2009 03:25:10 -0000       1.37
@@ -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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]