From 613f367343dc8e9ab03519472d7b49895f184ab1 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sun, 6 Mar 2005 20:50:32 +0000 Subject: [PATCH] (esc-map): Bind M-g to goto-line. --- lisp/bindings.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.5