diff options
| author | Richard M. Stallman | 2005-03-06 20:50:32 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2005-03-06 20:50:32 +0000 |
| commit | 613f367343dc8e9ab03519472d7b49895f184ab1 (patch) | |
| tree | 709e8329bba1a6fc5efb3a163de93ec421476b97 | |
| parent | b6e1584652d25b36f98ef21452d5321ddcb6c6d6 (diff) | |
| download | emacs-613f367343dc8e9ab03519472d7b49895f184ab1.tar.gz emacs-613f367343dc8e9ab03519472d7b49895f184ab1.zip | |
(esc-map): Bind M-g to goto-line.
| -rw-r--r-- | lisp/bindings.el | 1 |
1 files changed, 1 insertions, 0 deletions
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." | |||
| 701 | (define-key global-map "\C-p" 'previous-line) | 701 | (define-key global-map "\C-p" 'previous-line) |
| 702 | (define-key ctl-x-map "\C-n" 'set-goal-column) | 702 | (define-key ctl-x-map "\C-n" 'set-goal-column) |
| 703 | (define-key global-map "\C-e" 'move-end-of-line) | 703 | (define-key global-map "\C-e" 'move-end-of-line) |
| 704 | (define-key esc-map "g" 'goto-line) | ||
| 704 | 705 | ||
| 705 | ;;(defun function-key-error () | 706 | ;;(defun function-key-error () |
| 706 | ;; (interactive) | 707 | ;; (interactive) |