]> code.delx.au - gnu-emacs/commitdiff
Move `o' to `O' in shr-map
authorLars Ingebrigtsen <larsi@gnus.org>
Wed, 24 Feb 2016 07:07:49 +0000 (18:07 +1100)
committerLars Ingebrigtsen <larsi@gnus.org>
Wed, 24 Feb 2016 07:07:49 +0000 (18:07 +1100)
* lisp/net/shr.el (shr-map): `shr-save-contents' has moved
from `o' to `O' to avoid collisions with `image-map'.

etc/NEWS
lisp/net/shr.el

index 18810eabf2cf45472ccc8937e4ac68fc8c88d573..4a6a0acbbabb51ae0096ba80b75356d754a90d66 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -73,6 +73,10 @@ in these situations.
 +++
 *** A new `s' command for switching to another eww buffer via the minibuffer.
 
+---
+*** The `o' command (`shr-save-contents') has moved to `O' to avoid collision
+with the `o' command from `image-map'.
+
 +++
 ** The commands that add ChangeLog entries now prefer a VCS root directory
 for the ChangeLog file, if none already exists.  Customize
index 4c3dfc4fdebe3f9f4418bc3643889261027a85cc..6e6a4233361a60ac75a96cdfec3238c7c8805b5f 100644 (file)
@@ -186,7 +186,7 @@ and other things:
     (define-key map "w" 'shr-copy-url)
     (define-key map "u" 'shr-copy-url)
     (define-key map "v" 'shr-browse-url)
-    (define-key map "o" 'shr-save-contents)
+    (define-key map "O" 'shr-save-contents)
     (define-key map "\r" 'shr-browse-url)
     map))