X-Git-Url: http://git.hcoop.net/bpt/emacs.git/blobdiff_plain/e0085d62fa2400f6718c405e2e8fd6228b482e37..cbee283dd7dd655124e81a6bd555506476180b5d:/lisp/emacs-lisp/gulp.el diff --git a/lisp/emacs-lisp/gulp.el b/lisp/emacs-lisp/gulp.el index 9e0795c882..9048bea6f3 100644 --- a/lisp/emacs-lisp/gulp.el +++ b/lisp/emacs-lisp/gulp.el @@ -1,7 +1,7 @@ ;;; gulp.el --- ask for updates for Lisp packages ;; Copyright (C) 1996, 2001, 2002, 2003, 2004, 2005, -;; 2006, 2007 Free Software Foundation, Inc. +;; 2006, 2007, 2008 Free Software Foundation, Inc. ;; Author: Sam Shteingold ;; Maintainer: FSF @@ -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