From: Glenn Morris Date: Sat, 14 May 2011 18:47:29 +0000 (-0700) Subject: * lisp/mail/feedmail.el (bbdb-dwim-net-address, vm-mail): Declare. X-Git-Tag: emacs-pretest-24.0.90~104^2~618^2~273 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=1aa64307400a6ec3fad06abb4e3b3094dc320a4a;p=emacs.git * lisp/mail/feedmail.el (bbdb-dwim-net-address, vm-mail): Declare. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bff76247cea..a33573227ba 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -5,7 +5,8 @@ (feedmail-queue-slug-suspect-regexp, feedmail-debug) (feedmail-debug-sit-for, feedmail-queue-express-hook) (feedmail-queue-runner-message-sender): Set :version. - (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server): Declare. + (bbdb-search, bbdb-records, smtp-via-smtp, smtp-server) + (bbdb-dwim-net-address, vm-mail): Declare. (feedmail-binmail-gnulinuxish-template): Rename from feedmail-binmail-linuxish-template. (feedmail-buffer-to-smtp, feedmail-vm-mail-mode): diff --git a/lisp/mail/feedmail.el b/lisp/mail/feedmail.el index 277934378d9..3ef8a6c4955 100644 --- a/lisp/mail/feedmail.el +++ b/lisp/mail/feedmail.el @@ -914,9 +914,9 @@ you are at accomplishing inherently inefficient things." ;; FIXME this is a macro? (declare-function bbdb-search "ext:bbdb-com" (records &optional name company net notes phone)) - (declare-function bbdb-records "ext:bbdb" (&optional dont-check-disk already-in-db-buffer)) +(declare-function bbdb-dwim-net-address "ext:bbdb-com" (record &optional net)) (defun feedmail-spray-via-bbdb () "Example function for use with feedmail spray mode. @@ -1733,6 +1733,8 @@ FOLDING can be nil, in which case VALUE is used as-is. If FOLDING is non-nil, feedmail \"smart filling\" is done on VALUE just before insertion.") +(declare-function vm-mail "ext:vm" (&optional to subject)) + (defun feedmail-vm-mail-mode (&optional arg) "Make something like a buffer that has been created via `vm-mail'. The optional argument is ignored and is just for argument compatibility with