diff options
| author | Lars Magne Ingebrigtsen | 2013-07-08 13:19:51 +0200 |
|---|---|---|
| committer | Lars Magne Ingebrigtsen | 2013-07-08 13:19:51 +0200 |
| commit | 2d756ae0d8fc8c83c3705f07640b61e0583e50b4 (patch) | |
| tree | 3d3faf59b6ce99ab75d73470024676e5b1bdd67a | |
| parent | 0cdca42ab2b22fd7d26e15ece450ba1c4efa45ee (diff) | |
| download | emacs-2d756ae0d8fc8c83c3705f07640b61e0583e50b4.tar.gz emacs-2d756ae0d8fc8c83c3705f07640b61e0583e50b4.zip | |
* net/shr.el (shr-map): Reinstate the `u' key binding
It's been used a while.
| -rw-r--r-- | lisp/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/net/shr.el | 1 |
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 @@ | |||
| 1 | 2013-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 | |||
| 1 | 2013-07-07 Juanma Barranquero <lekktu@gmail.com> | 6 | 2013-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) |