1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-25 10:47:00 +00:00

(global-map): Bind C-e to move-end-of-line.

This commit is contained in:
Richard M. Stallman 2004-11-20 19:09:13 +00:00
parent 20782abb0e
commit c77ddea7a7

View 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)