From 2c52d7a3b2fcbd32259bf4ca896b0813e5fc844f Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Thu, 6 Dec 2007 04:05:51 +0000 Subject: Remove directory part from filenames in function declarations. --- lisp/emacs-lisp/gulp.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lisp/emacs-lisp/gulp.el') diff --git a/lisp/emacs-lisp/gulp.el b/lisp/emacs-lisp/gulp.el index a75b52d99bd..5ff2b8f564c 100644 --- a/lisp/emacs-lisp/gulp.el +++ b/lisp/emacs-lisp/gulp.el @@ -78,8 +78,8 @@ Thanks.") :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. -- cgit v1.2.3