aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMark Oteiza2016-12-18 09:41:31 -0500
committerMark Oteiza2016-12-18 09:41:31 -0500
commit15b3223ebc60ecaf7818d36a412646976efd5b3f (patch)
tree4dcfe7cb1207e913cf6bbc2ea5868896cb3b2fce
parenta7523ba955005d546d7b3d0351dfefc1347b4b47 (diff)
downloademacs-15b3223ebc60ecaf7818d36a412646976efd5b3f.tar.gz
emacs-15b3223ebc60ecaf7818d36a412646976efd5b3f.zip
Bind new image-mode scroll commands in image-dired
* lisp/image-dired.el (image-dired-display-image-mode-map): Add bindings to new image-mode commands.
-rw-r--r--lisp/image-dired.el2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/image-dired.el b/lisp/image-dired.el
index dd0c5b512e7..6902d742dbb 100644
--- a/lisp/image-dired.el
+++ b/lisp/image-dired.el
@@ -1424,6 +1424,8 @@ You probably want to use this together with
1424 (define-key map [remap scroll-down] 'image-scroll-down) 1424 (define-key map [remap scroll-down] 'image-scroll-down)
1425 (define-key map [remap scroll-up-command] 'image-scroll-up) 1425 (define-key map [remap scroll-up-command] 'image-scroll-up)
1426 (define-key map [remap scroll-down-command] 'image-scroll-down) 1426 (define-key map [remap scroll-down-command] 'image-scroll-down)
1427 (define-key map [remap scroll-left] 'image-scroll-left)
1428 (define-key map [remap scroll-right] 'image-scroll-right)
1427 (define-key map [remap move-beginning-of-line] 'image-bol) 1429 (define-key map [remap move-beginning-of-line] 'image-bol)
1428 (define-key map [remap move-end-of-line] 'image-eol) 1430 (define-key map [remap move-end-of-line] 'image-eol)
1429 (define-key map [remap beginning-of-buffer] 'image-bob) 1431 (define-key map [remap beginning-of-buffer] 'image-bob)