]> git.eshelyaron.com Git - emacs.git/commitdiff
(doc-view-mode-map): Bind C-a to image-bol and C-e
authorTassilo Horn <tassilo@member.fsf.org>
Mon, 14 Apr 2008 15:46:06 +0000 (15:46 +0000)
committerTassilo Horn <tassilo@member.fsf.org>
Mon, 14 Apr 2008 15:46:06 +0000 (15:46 +0000)
to image-eol.

lisp/ChangeLog
lisp/doc-view.el

index 07babb88d4b2831ee66031576318f52f5f714830..937c4dfdc69f2b88f56e245e8522edd6b5378ca2 100644 (file)
@@ -1,3 +1,8 @@
+2008-04-14  Tassilo Horn  <tassilo@member.fsf.org>
+
+       * doc-view.el (doc-view-mode-map): Bind C-a to image-bol and C-e
+       to image-eol.
+
 2008-04-14  Alexandre Julliard  <julliard@winehq.org>
 
        * vc.el (vc-status-update): Undo the previous revert.
index 718040a8fabc29787194c170418480bf27c65134..4e095c0e6761d80287d7357e6d8c88969c17112b 100644 (file)
@@ -310,6 +310,8 @@ Can be `dvi', `pdf', or `ps'.")
     ;; Scrolling
     (define-key map [remap forward-char]  'image-forward-hscroll)
     (define-key map [remap backward-char] 'image-backward-hscroll)
+    (define-key map [remap move-end-of-line]       'image-eol)
+    (define-key map [remap move-beginning-of-line] 'image-bol)
     (define-key map [remap next-line]     'image-next-line)
     (define-key map [remap previous-line] 'image-previous-line)
     ;; Show the tooltip