# HG changeset patch # User Richard M. Stallman # Date 1110142232 0 # Node ID 9767b6328a66911fcd2fe85bf7c52a802dff8c3c # Parent a353a48e3aeb8980c93c0395223d679ddcb45ed8 (esc-map): Bind M-g to goto-line. diff -r a353a48e3aeb -r 9767b6328a66 lisp/bindings.el --- a/lisp/bindings.el Sun Mar 06 20:48:59 2005 +0000 +++ b/lisp/bindings.el Sun Mar 06 20:50:32 2005 +0000 @@ -701,6 +701,7 @@ (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)