diff options
Diffstat (limited to 'lisp/url/url-mailto.el')
-rw-r--r-- | lisp/url/url-mailto.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/url/url-mailto.el b/lisp/url/url-mailto.el index 4b15d07245b..160c6db98d7 100644 --- a/lisp/url/url-mailto.el +++ b/lisp/url/url-mailto.el @@ -60,6 +60,8 @@ (save-excursion (insert "\n")))))) +(declare-function mail-send-and-exit "sendmail") + ;;;###autoload (defun url-mailto (url) "Handle the mailto: URL syntax." |