aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--isar/isar.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/isar/isar.el b/isar/isar.el
index 606824c9..3901a804 100644
--- a/isar/isar.el
+++ b/isar/isar.el
@@ -343,12 +343,6 @@ This is called when Proof General spots output matching
(proof-definvisible isar-help-theorems "print_theorems" "ht")
(proof-definvisible isar-help-trans-rules "print_trans_rules" "hT")
-(define-key isar-mode-map "\C-c\C-ah?" 'isar-describe-help-keys)
-(defun isar-describe-help-keys ()
- "Describe key bindings with prefix C-c C-a h"
- (interactive)
- (describe-bindings "\C-c\C-ah"))
-
;;
;; Command menu
;;