Mercurial > emacs
changeset 58355:7c3e2674726f
(global-map): Bind C-e to move-end-of-line.
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sat, 20 Nov 2004 19:09:13 +0000 |
parents | 36916d006f6b |
children | 4ca1b78a471f |
files | lisp/bindings.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/bindings.el Sat Nov 20 19:08:45 2004 +0000 +++ b/lisp/bindings.el Sat Nov 20 19:09:13 2004 +0000 @@ -701,6 +701,7 @@ (define-key global-map "\C-n" 'next-line) (define-key global-map "\C-p" 'previous-line) (define-key ctl-x-map "\C-n" 'set-goal-column) +(define-key global-map "\C-e" 'move-end-of-line) ;;(defun function-key-error () ;; (interactive)