[gnus git] branch master updated: n0-17-492-g0ecef6b =1= (shr-browse-url): Fix the name of the `browse-url-mail' function call.

Lars Ingebrigtsen <[email protected]>
Newsgroups gmane.emacs.gnus.cvs
Message-ID <[email protected]>
       via  0ecef6b19247b6b55014a8fd84030d75236252d8 (commit)
      from  3baa1c559d94890694af669f6bcb7b80bf868346 (commit)


- Log -----------------------------------------------------------------
commit 0ecef6b19247b6b55014a8fd84030d75236252d8
Author: Elias Pipping <[email protected]>
Date:   Fri Jan 27 19:57:44 2012 +0100

    (shr-browse-url): Fix the name of the `browse-url-mail' function call.

diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d246b04..04bd1e1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2012-01-27  Elias Pipping  <[email protected]>  (tiny change)
+
+	* shr.el (shr-browse-url): Fix the name of the `browse-url-mail'
+	function call.
+
 2012-01-27  Vida Gábor  <[email protected]>  (tiny change)
 
 	* gnus-demon.el (gnus-demon-run-callback, gnus-demon-init): Convert to
diff --git a/lisp/shr.el b/lisp/shr.el
index 969d893..acce766 100644
--- a/lisp/shr.el
+++ b/lisp/shr.el
@@ -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.

-----------------------------------------------------------------------
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we listed those
revisions in full, above.

Summary of changes:
 lisp/ChangeLog |    5 +++++
 lisp/shr.el    |    4 ++--
 2 files changed, 7 insertions(+), 2 deletions(-)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Gnus Project".

The branch, master has been updated


hooks/post-receive
-- 
Gnus Project
lmpx.com only provides a reader for public news (NNTP) servers. It is not affiliated with the servers or forums shown here and is not responsible for the content of articles, which is written by their respective authors.