diff lisp/bindings.el @ 60469:9767b6328a66

(esc-map): Bind M-g to goto-line.
author Richard M. Stallman <rms@gnu.org>
date Sun, 06 Mar 2005 20:50:32 +0000
parents 26b237e765bf
children 6a79fa294dd4 c7d2b6ee3a80
line wrap: on
line diff
--- 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)