aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-rw-r--r--lego/lego.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/lego/lego.el b/lego/lego.el
index 73a88e59..94d5f82c 100644
--- a/lego/lego.el
+++ b/lego/lego.el
@@ -514,8 +514,10 @@ We assume that module identifiers coincide with file names."
;;the response, the goal buffer and the script
font-lock-keywords lego-font-lock-keywords-1)
- (fset 'proof-retract-command 'lego-retract-command)
- (fset 'proof-shell-compute-new-files-list
+;; FIXME: da: I've removed this, I think fset is bad and proof-retract-command
+;; doesn't seem to exist.
+;; (fset 'proof-retract-command 'lego-retract-command)
+ (setq proof-shell-compute-new-files-list
'lego-shell-compute-new-files-list)
(lego-init-syntax-table)