Mercurial > emacs
changeset 94080:04ee1c8850e4
(doc-view-mode-map): Bind C-a to image-bol and C-e
to image-eol.
author | Tassilo Horn <tassilo@member.fsf.org> |
---|---|
date | Mon, 14 Apr 2008 15:45:37 +0000 |
parents | 6959b3443fea |
children | fe9a939a34a1 |
files | lisp/doc-view.el |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/doc-view.el Mon Apr 14 15:22:47 2008 +0000 +++ b/lisp/doc-view.el Mon Apr 14 15:45:37 2008 +0000 @@ -310,6 +310,8 @@ ;; 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