diff lisp/image-mode.el @ 109223:3d4150adbcf7

Merge from mainline.
author Katsumi Yamaoka <katsumi@flagship2>
date Mon, 14 Jun 2010 11:56:46 +0000
parents 65de28008783
children fa4400531412 73512e4aa257
line wrap: on
line diff
--- a/lisp/image-mode.el	Sun Jun 13 09:38:33 2010 +0000
+++ b/lisp/image-mode.el	Mon Jun 14 11:56:46 2010 +0000
@@ -298,6 +298,8 @@
     (define-key map (kbd "DEL")       'image-scroll-down)
     (define-key map [remap forward-char] 'image-forward-hscroll)
     (define-key map [remap backward-char] 'image-backward-hscroll)
+    (define-key map [remap right-char] 'image-forward-hscroll)
+    (define-key map [remap left-char] 'image-backward-hscroll)
     (define-key map [remap previous-line] 'image-previous-line)
     (define-key map [remap next-line] 'image-next-line)
     (define-key map [remap scroll-up] 'image-scroll-up)