1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

Merge changes made in Gnus trunk

shr.el (shr-browse-url): Fix the name of the `browse-url-mail' function call.
gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to seconds, and make the repeat clause with HH:MM specs work as documented.
This commit is contained in:
Gnus developers 2012-01-28 02:25:57 +00:00 committed by Katsumi Yamaoka
parent 0f2bad2708
commit 39ddff397c
3 changed files with 27 additions and 15 deletions

View file

@ -480,7 +480,7 @@ the URL of the image to the kill buffer instead."
((not url)
(message "No link under point"))
((string-match "^mailto:" url)
(browse-url-mailto url))
(browse-url-mail url))
(t
(browse-url url)))))
@ -566,7 +566,7 @@ the URL of the image to the kill buffer instead."
;; url-cache-extract autoloads url-cache.
(declare-function url-cache-create-filename "url-cache" (url))
(autoload 'mm-disable-multibyte "mm-util")
(autoload 'browse-url-mailto "browse-url")
(autoload 'browse-url-mail "browse-url")
(defun shr-get-image-data (url)
"Get image data for URL.