comparison lisp/emacs-lisp/gulp.el @ 87113:aa25402f888a

Remove directory part from filenames in function declarations.
author Glenn Morris <rgm@gnu.org>
date Thu, 06 Dec 2007 04:05:51 +0000
parents fc93e9674475
children 107ccd98fa12 53108e6cea98
comparison
equal deleted inserted replaced
87112:fd5b69abce98 87113:aa25402f888a
76 Thanks.") 76 Thanks.")
77 "*The closing text in a gulp message." 77 "*The closing text in a gulp message."
78 :type 'string 78 :type 'string
79 :group 'gulp) 79 :group 'gulp)
80 80
81 (declare-function mail-subject "../mail/sendmail" ()) 81 (declare-function mail-subject "sendmail" ())
82 (declare-function mail-send "../mail/sendmail" ()) 82 (declare-function mail-send "sendmail" ())
83 83
84 (defun gulp-send-requests (dir &optional time) 84 (defun gulp-send-requests (dir &optional time)
85 "Send requests for updates to the authors of Lisp packages in directory DIR. 85 "Send requests for updates to the authors of Lisp packages in directory DIR.
86 For each maintainer, the message consists of `gulp-request-header', 86 For each maintainer, the message consists of `gulp-request-header',
87 followed by the list of packages (with modification times if the optional 87 followed by the list of packages (with modification times if the optional