Mercurial > emacs
changeset 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 | a353a48e3aeb |
children | 26abd800579a c7d2b6ee3a80 |
files | lisp/bindings.el |
diffstat | 1 files changed, 1 insertions(+), 0 deletions(-) [+] |
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)