From: Richard M. Stallman Date: Sat, 20 Nov 2004 19:09:13 +0000 (+0000) Subject: (global-map): Bind C-e to move-end-of-line. X-Git-Tag: ttn-vms-21-2-B4~3814 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=c77ddea7a7a26cbe8ab56779060d0af2b3cf1774;p=emacs.git (global-map): Bind C-e to move-end-of-line. --- diff --git a/lisp/bindings.el b/lisp/bindings.el index 8fd4f8a994b..c9415305e8b 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -701,6 +701,7 @@ language you are using." (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)