+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.
;; 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