From: Richard M. Stallman Date: Sun, 6 Mar 2005 20:50:32 +0000 (+0000) Subject: (esc-map): Bind M-g to goto-line. X-Git-Tag: ttn-vms-21-2-B4~1923 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=613f367343dc8e9ab03519472d7b49895f184ab1;p=emacs.git (esc-map): Bind M-g to goto-line. --- diff --git a/lisp/bindings.el b/lisp/bindings.el index 2c33619fd00..8ad82b95e72 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -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)