]> git.eshelyaron.com Git - emacs.git/commitdiff
(esc-map): Bind M-g to goto-line.
authorRichard M. Stallman <rms@gnu.org>
Sun, 6 Mar 2005 20:50:32 +0000 (20:50 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 6 Mar 2005 20:50:32 +0000 (20:50 +0000)
lisp/bindings.el

index 2c33619fd00c26b9d2c487fbfee482d6873e17ed..8ad82b95e72c546773ef9b355f2e5753651c1b3c 100644 (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)