aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
authorKenichi Handa2013-07-08 20:55:58 +0900
committerKenichi Handa2013-07-08 20:55:58 +0900
commit6388fe5e472c9bcfcd89b83c5818e7544502377f (patch)
treed640898056029300e43310e82a52b82d029d1ad4 /lisp
parent0f01f02fe70b3ca67a5119acfc5357fe79b290e2 (diff)
parent2d756ae0d8fc8c83c3705f07640b61e0583e50b4 (diff)
downloademacs-6388fe5e472c9bcfcd89b83c5818e7544502377f.tar.gz
emacs-6388fe5e472c9bcfcd89b83c5818e7544502377f.zip
merge trunk
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog5
-rw-r--r--lisp/net/shr.el1
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index c5d8b71bb8d..c34cab68426 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12013-07-08 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * net/shr.el (shr-map): Reinstate the `u' key binding, since it's
4 been used a while.
5
12013-07-07 Juanma Barranquero <lekktu@gmail.com> 62013-07-07 Juanma Barranquero <lekktu@gmail.com>
2 7
3 * subr.el (read-quoted-char): Remove unused local variable `char'. 8 * subr.el (read-quoted-char): Remove unused local variable `char'.
diff --git a/lisp/net/shr.el b/lisp/net/shr.el
index bdc30bc9292..4506ede8722 100644
--- a/lisp/net/shr.el
+++ b/lisp/net/shr.el
@@ -145,6 +145,7 @@ cid: URL as the argument.")
145 (define-key map [follow-link] 'mouse-face) 145 (define-key map [follow-link] 'mouse-face)
146 (define-key map "I" 'shr-insert-image) 146 (define-key map "I" 'shr-insert-image)
147 (define-key map "w" 'shr-copy-url) 147 (define-key map "w" 'shr-copy-url)
148 (define-key map "u" 'shr-copy-url)
148 (define-key map "v" 'shr-browse-url) 149 (define-key map "v" 'shr-browse-url)
149 (define-key map "o" 'shr-save-contents) 150 (define-key map "o" 'shr-save-contents)
150 (define-key map "\r" 'shr-browse-url) 151 (define-key map "\r" 'shr-browse-url)