aboutsummaryrefslogtreecommitdiffhomepage
path: root/lego
diff options
context:
space:
mode:
Diffstat (limited to 'lego')
-rw-r--r--lego/lego.el10
1 files changed, 5 insertions, 5 deletions
diff --git a/lego/lego.el b/lego/lego.el
index e787d315..1ead4b9c 100644
--- a/lego/lego.el
+++ b/lego/lego.el
@@ -45,11 +45,11 @@
;; Users should not need to change this.
(defvar lego-shell-handle-output
- '(lambda (cmd string)
- (when (proof-string-match "^Module" cmd)
- ;; prevent output and just give a minibuffer message
- (setq proof-shell-last-output-kind 'systemspecific)
- (message "Imports done!")))
+ (lambda (cmd string)
+ (when (proof-string-match "^Module" cmd)
+ ;; prevent output and just give a minibuffer message
+ (setq proof-shell-last-output-kind 'systemspecific)
+ (message "Imports done!")))
"Acknowledge end of processing import declarations.")
(defconst lego-process-config