diff options
| author | David Aspinall | 2000-06-01 13:35:52 +0000 |
|---|---|---|
| committer | David Aspinall | 2000-06-01 13:35:52 +0000 |
| commit | 142a273eaa9803941b48ade269c77080cc7c58e8 (patch) | |
| tree | 7be1aa21eda59a50b4484442aaab289e4a910352 /generic | |
| parent | 59e1bf093e0a1f74ee261383dcf9531cb853a049 (diff) | |
Changed 'complete to 'proof-script-complete to use proof-case-fold-search.
Diffstat (limited to 'generic')
| -rw-r--r-- | generic/proof-menu.el | 2 |
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)) |
