Mercurial > emacs
changeset 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 | fd5b69abce98 |
children | a4e9022bb904 |
files | lisp/emacs-lisp/gulp.el |
diffstat | 1 files changed, 2 insertions(+), 2 deletions(-) [+] |
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.