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

(esc-map): Bind M-g to goto-line.

This commit is contained in:
Richard M. Stallman 2005-03-06 20:50:32 +00:00
parent b6e1584652
commit 613f367343

View File

@ -701,6 +701,7 @@ language you are using."
(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)
(define-key esc-map "g" 'goto-line)
;;(defun function-key-error ()
;; (interactive)