Fix rfc6068-parse-mailto-url autoload
* lisp/net/browse-url.el (rfc6068-parse-mailto-url): Fix autoload cookie (bug#51333).
This commit is contained in:
parent
9b6b5e37ef
commit
06c944cff1
1 changed files with 1 additions and 1 deletions
|
@ -1600,7 +1600,7 @@ used instead of `browse-url-new-window-flag'."
|
|||
|
||||
;; --- mailto ---
|
||||
|
||||
(autoload 'rfc6068-parse-mailto-url "rfc2368")
|
||||
(autoload 'rfc6068-parse-mailto-url "rfc6068")
|
||||
|
||||
;;;###autoload
|
||||
(defun browse-url-mail (url &optional new-window)
|
||||
|
|
Loading…
Add table
Reference in a new issue