[gnus git] branch master updated: m0-7-106-gfa22eb0 =1= (mm-convert-shr-links): Override the shr local map, so that Gnus commands work.
Lars Magne Ingebrigtsen <[email protected]>
| Newsgroups | gmane.emacs.gnus.cvs |
|---|---|
| Message-ID | <[email protected]> |
via fa22eb0f4d79fff3e28a98ce07a1035e197b043d (commit)
from 80f5224e3cabb33c5244a34a1caaf0a66e3db10d (commit)
- Log -----------------------------------------------------------------
commit fa22eb0f4d79fff3e28a98ce07a1035e197b043d
Author: Lars Magne Ingebrigtsen <[email protected]>
Date: Mon Jun 17 12:41:44 2013 +0200
(mm-convert-shr-links): Override the shr local map, so that Gnus commands work.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 951b062..7789881 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
2013-06-17 Lars Magne Ingebrigtsen <[email protected]>
+ * mm-decode.el (mm-convert-shr-links): Override the shr local map, so
+ that Gnus commands work.
+
* shr.el (shr-render-td): Support horizontal alignment.
* eww.el (eww-put-color): Removed.
diff --git a/lisp/mm-decode.el b/lisp/mm-decode.el
index 5212518..971c26e 100644
--- a/lisp/mm-decode.el
+++ b/lisp/mm-decode.el
@@ -1831,6 +1831,7 @@ If RECURSIVE, search recursively."
:help-echo (get-text-property start 'help-echo)
:keymap shr-map
(get-text-property start 'shr-url))
+ (put-text-property start end 'local-map nil)
(setq start end)))))
(defun mm-handle-filename (handle)
-----------------------------------------------------------------------
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 | 3 +++
lisp/mm-decode.el | 1 +
2 files changed, 4 insertions(+), 0 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