changeset 87105:492c630f4a8b

Remove directory part from filenames in function declarations.
author Glenn Morris <rgm@gnu.org>
date Thu, 06 Dec 2007 04:02:47 +0000
parents ad4cfef6161e
children ced29cd9472e
files lisp/url/url-mailto.el
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/url/url-mailto.el	Thu Dec 06 04:02:28 2007 +0000
+++ b/lisp/url/url-mailto.el	Thu Dec 06 04:02:47 2007 +0000
@@ -60,7 +60,7 @@
 	(save-excursion
 	  (insert "\n"))))))
 
-(declare-function mail-send-and-exit "../mail/sendmail")
+(declare-function mail-send-and-exit "sendmail")
 
 ;;;###autoload
 (defun url-mailto (url)