summaryrefslogtreecommitdiff
path: root/lisp/bindings.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-09-30 16:35:11 +0800
committerChong Yidong <cyd@gnu.org>2012-09-30 16:35:11 +0800
commitd39d3c8e5f4738a405aa2b36ed7895e92dfa5a4b (patch)
tree8efcc263bd42786704a853167421757ef25e9e19 /lisp/bindings.el
parentc4c0c2dff6a733c411119418de41e2fb3a72b262 (diff)
downloademacs-d39d3c8e5f4738a405aa2b36ed7895e92dfa5a4b.tar.gz
* lisp/bindings.el (goto-map): Bind M-g TAB to move-to-column.
Diffstat (limited to 'lisp/bindings.el')
-rw-r--r--lisp/bindings.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/bindings.el b/lisp/bindings.el
index 7ca1bf4719f..b4f9d29fe52 100644
--- a/lisp/bindings.el
+++ b/lisp/bindings.el
@@ -898,6 +898,7 @@ if `inhibit-field-text-motion' is non-nil."
(define-key goto-map "\M-n" 'next-error)
(define-key goto-map "p" 'previous-error)
(define-key goto-map "\M-p" 'previous-error)
+(define-key goto-map "\t" 'move-to-column)
(defvar search-map (make-sparse-keymap)
"Keymap for search related commands.")