aboutsummaryrefslogtreecommitdiff
path: root/generic
diff options
context:
space:
mode:
authorDavid Aspinall2000-06-01 13:35:52 +0000
committerDavid Aspinall2000-06-01 13:35:52 +0000
commit142a273eaa9803941b48ade269c77080cc7c58e8 (patch)
tree7be1aa21eda59a50b4484442aaab289e4a910352 /generic
parent59e1bf093e0a1f74ee261383dcf9531cb853a049 (diff)
Changed 'complete to 'proof-script-complete to use proof-case-fold-search.
Diffstat (limited to 'generic')
-rw-r--r--generic/proof-menu.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/proof-menu.el b/generic/proof-menu.el
index 5cacdd96..cada66b3 100644
--- a/generic/proof-menu.el
+++ b/generic/proof-menu.el
@@ -46,7 +46,7 @@
;; (define-key map [(meta p)] 'proof-previous-matching-command)
;; (define-key map [(meta n)] 'proof-next-matching-command)
;; Standard binding for completion
-(define-key map [(control return)] 'complete)
+(define-key map [(control return)] 'proof-script-complete)
;(define-key map [(control c) ?u] 'proof-retract-until-point-interactive)
;; Add the universal keys bound in all PG buffers.
(proof-define-keys map proof-universal-keys))