]> git.eshelyaron.com Git - emacs.git/commitdiff
(global-map): Bind C-e to move-end-of-line.
authorRichard M. Stallman <rms@gnu.org>
Sat, 20 Nov 2004 19:09:13 +0000 (19:09 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 20 Nov 2004 19:09:13 +0000 (19:09 +0000)
lisp/bindings.el

index 8fd4f8a994bde006f9b4b5c2758a6ca86ccbc281..c9415305e8b7f392cd7e1383d0e77b2b65bfd943 100644 (file)
@@ -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)