emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 15b3223: Bind new image-mode scroll commands in ima


From: Mark Oteiza
Subject: [Emacs-diffs] master 15b3223: Bind new image-mode scroll commands in image-dired
Date: Sun, 18 Dec 2016 14:44:24 +0000 (UTC)

branch: master
commit 15b3223ebc60ecaf7818d36a412646976efd5b3f
Author: Mark Oteiza <address@hidden>
Commit: Mark Oteiza <address@hidden>

    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.
---
 lisp/image-dired.el |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/lisp/image-dired.el b/lisp/image-dired.el
index dd0c5b5..6902d74 100644
--- a/lisp/image-dired.el
+++ b/lisp/image-dired.el
@@ -1424,6 +1424,8 @@ You probably want to use this together with
     (define-key map [remap scroll-down] 'image-scroll-down)
     (define-key map [remap scroll-up-command] 'image-scroll-up)
     (define-key map [remap scroll-down-command] 'image-scroll-down)
+    (define-key map [remap scroll-left] 'image-scroll-left)
+    (define-key map [remap scroll-right] 'image-scroll-right)
     (define-key map [remap move-beginning-of-line] 'image-bol)
     (define-key map [remap move-end-of-line] 'image-eol)
     (define-key map [remap beginning-of-buffer] 'image-bob)



reply via email to

[Prev in Thread] Current Thread [Next in Thread]