diff 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
line wrap: on
line diff
--- a/lisp/emacs-lisp/gulp.el	Thu Dec 06 04:05:33 2007 +0000
+++ b/lisp/emacs-lisp/gulp.el	Thu Dec 06 04:05:51 2007 +0000
@@ -78,8 +78,8 @@
   :type 'string
   :group 'gulp)
 
-(declare-function mail-subject "../mail/sendmail" ())
-(declare-function mail-send "../mail/sendmail" ())
+(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.