From 5dd1713eeb99b60b6d4a1b9ed6a64fb3c95a21cd Mon Sep 17 00:00:00 2001 From: Chong Yidong Date: Sun, 15 Apr 2012 17:16:50 +0800 Subject: * bindings.el (goto-map): Bind goto-char to M-g c. Fixes: debbugs:11240 --- lisp/bindings.el | 1 + 1 file changed, 1 insertion(+) (limited to 'lisp/bindings.el') diff --git a/lisp/bindings.el b/lisp/bindings.el index a87f321c936..8cfeecf5b40 100644 --- a/lisp/bindings.el +++ b/lisp/bindings.el @@ -868,6 +868,7 @@ if `inhibit-field-text-motion' is non-nil." "Keymap for navigation commands.") (define-key esc-map "g" goto-map) +(define-key goto-map "c" 'goto-char) (define-key goto-map "g" 'goto-line) (define-key goto-map "\M-g" 'goto-line) (define-key goto-map "n" 'next-error) -- cgit v1.2.1