mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(file-name-buffer-file-type-alist): Define for compiler.
This commit is contained in:
parent
5f68c1b736
commit
8c3ee88c2f
1 changed files with 3 additions and 0 deletions
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue