aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--coq/coq.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/coq/coq.el b/coq/coq.el
index e87d9345..65872ed9 100644
--- a/coq/coq.el
+++ b/coq/coq.el
@@ -1199,9 +1199,9 @@ be asked to the user."
(define-key coq-keymap [(control ?t)] 'coq-insert-tactic)
(define-key coq-keymap [(control ?T)] 'coq-insert-tactical)
(define-key coq-keymap [(control ?r)] 'proof-store-response-win)
-(define-key coq-keymap [(control ?g)] 'proof-store-goals-win)
+(define-key coq-keymap [(control ?G)] 'proof-store-goals-win)
-(define-key coq-keymap [(control space)] 'coq-insert-term)
+(define-key coq-keymap [(control ?\s)] 'coq-insert-term)
(define-key coq-keymap [(control return)] 'coq-insert-command)
@@ -1221,7 +1221,7 @@ be asked to the user."
(define-key coq-goals-mode-map [(control ?c)(control ?a)(control ?p)] 'coq-Print)
(define-key coq-goals-mode-map [(control ?c)(control ?a)(control ?o)] 'coq-SearchIsos)
(define-key coq-goals-mode-map [(control ?c)(control ?a)(control ?b)] 'coq-About)
-(define-key coq-goals-mode-map [(control ?c)(control ?a)(control ?a)] 'coq-searchabout)
+(define-key coq-goals-mode-map [(control ?c)(control ?a)(control ?a)] 'coq-SearchAbout)
; window auto-resize makes this bug sometimes. Too bad!.
;(define-key coq-response-mode-map [(control ?c)(control ?a)(control ?c)] 'coq-Check)