aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-11-20 19:09:13 +0000
committerRichard M. Stallman2004-11-20 19:09:13 +0000
commitc77ddea7a7a26cbe8ab56779060d0af2b3cf1774 (patch)
treef5cb1a4b7e35086641e2e1308981f4f8f27c053f
parent20782abb0e701a7b2e82756b1ae7b1248860b49a (diff)
downloademacs-c77ddea7a7a26cbe8ab56779060d0af2b3cf1774.tar.gz
emacs-c77ddea7a7a26cbe8ab56779060d0af2b3cf1774.zip
(global-map): Bind C-e to move-end-of-line.
-rw-r--r--lisp/bindings.el1
1 files changed, 1 insertions, 0 deletions
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."
701(define-key global-map "\C-n" 'next-line) 701(define-key global-map "\C-n" 'next-line)
702(define-key global-map "\C-p" 'previous-line) 702(define-key global-map "\C-p" 'previous-line)
703(define-key ctl-x-map "\C-n" 'set-goal-column) 703(define-key ctl-x-map "\C-n" 'set-goal-column)
704(define-key global-map "\C-e" 'move-end-of-line)
704 705
705;;(defun function-key-error () 706;;(defun function-key-error ()
706;; (interactive) 707;; (interactive)