aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall1998-10-02 14:05:30 +0000
committerDavid Aspinall1998-10-02 14:05:30 +0000
commita47f1bf51c55ff8e22f7b75b16cd7a044f0f5a84 (patch)
tree03f2ebc5231e6a1530d508eb08931babedbe470a
parent16806a54e6460675a619ea647be1c38f71b30cf7 (diff)
Removed duff key bindings
-rw-r--r--isa/isa.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/isa/isa.el b/isa/isa.el
index 73af5c92..d870579d 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -369,12 +369,8 @@ isa-proofscript-mode."
(defun isa-mode-config ()
(isa-mode-config-set-variables)
(isa-init-syntax-table)
- ;; font-lock
(setq font-lock-keywords isa-font-lock-keywords-1)
(proof-config-done)
- (define-key (current-local-map) [(control c) ?I] 'isa-Intros)
- (define-key (current-local-map) [(control c) ?a] 'isa-Apply)
- (define-key (current-local-map) [(control c) (control s)] 'isa-Search)
;; outline
;; FIXME: do we need to call make-local-variable here?
(make-local-variable 'outline-regexp)