comparison lisp/emacs-lisp/gulp.el @ 86247:fc93e9674475

* progmodes/python.el (info-lookup-maybe-add-help): * progmodes/ps-mode.el (doc-view-minor-mode): * mail/emacsbug.el (Info-menu, Info-goto-node): * emulation/viper-keym.el (viper-ex) (viper-normalize-minor-mode-map-alist, viper-set-mode-vars-for): * emulation/viper-cmd.el (widget-type, widget-button-press) (viper-set-hooks): * emacs-lisp/tcover-unsafep.el (unsafep-function): * emacs-lisp/tcover-ses.el (ses-set-curcell, ses-update-cells) (ses-load, ses-vector-delete, ses-create-header-string) (ses-read-cell, ses-read-symbol, ses-command-hook, ses-jump): * emacs-lisp/gulp.el (mail-subject, mail-send): Declare as functions. * url-mailto.el (mail-send-and-exit): * url-http.el (url-dav-file-attributes): * url-file.el (ange-ftp-set-passwd, ange-ftp-copy-file-internal): (url-generate-unique-filename): Declare as functions.
author Dan Nicolaescu <dann@ics.uci.edu>
date Tue, 20 Nov 2007 07:56:02 +0000
parents 935157c0b596
children aa25402f888a
comparison
equal deleted inserted replaced
86246:a01176901861 86247:fc93e9674475
75 75
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
81 (declare-function mail-subject "../mail/sendmail" ())
82 (declare-function mail-send "../mail/sendmail" ())
80 83
81 (defun gulp-send-requests (dir &optional time) 84 (defun gulp-send-requests (dir &optional time)
82 "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.
83 For each maintainer, the message consists of `gulp-request-header', 86 For each maintainer, the message consists of `gulp-request-header',
84 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