summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/gulp.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/emacs-lisp/gulp.el')
-rw-r--r--lisp/emacs-lisp/gulp.el5
1 files changed, 4 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/gulp.el b/lisp/emacs-lisp/gulp.el
index 873352a4aea..9048bea6f3e 100644
--- a/lisp/emacs-lisp/gulp.el
+++ b/lisp/emacs-lisp/gulp.el
@@ -78,6 +78,9 @@ Thanks.")
:type 'string
:group 'gulp)
+(declare-function mail-subject "sendmail" ())
+(declare-function mail-send "sendmail" ())
+
(defun gulp-send-requests (dir &optional time)
"Send requests for updates to the authors of Lisp packages in directory DIR.
For each maintainer, the message consists of `gulp-request-header',
@@ -174,5 +177,5 @@ That is a list of elements, each of the form (MAINTAINER PACKAGES...)."
(provide 'gulp)
-;;; arch-tag: 42750a11-460a-4efc-829f-342d075530e5
+;; arch-tag: 42750a11-460a-4efc-829f-342d075530e5
;;; gulp.el ends here