aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic
diff options
context:
space:
mode:
authorGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2017-02-25 19:35:35 -0500
committerGravatar Clément Pit--Claudel <clement.pitclaudel@live.com>2017-03-08 15:06:17 -0500
commit98f2e463287e3562dc7b7126e062919a8604ca4a (patch)
treee2fc6e477e8c82f4cc1db25cb81931ca9e680a84 /generic
parent673082b2bee3ca327db56bdc559f7f925259d1c8 (diff)
Remove compile-time calls to proof-ready-for-assistant
Compilation used to run in a separate Emacs process for each file, but that's not what happens when installing PG with package.el.
Diffstat (limited to 'generic')
-rw-r--r--generic/pg-pamacs.el4
1 files changed, 0 insertions, 4 deletions
diff --git a/generic/pg-pamacs.el b/generic/pg-pamacs.el
index 4bc61c15..8b9b83c7 100644
--- a/generic/pg-pamacs.el
+++ b/generic/pg-pamacs.el
@@ -257,10 +257,6 @@ Additional properties in the ARGS prop list may include:
askprefs message.
This macro also extends the `proof-assistant-settings' list."
- (eval-when-compile
- (if (boundp 'proof-assistant-symbol)
- ;; declare variable to compiler to prevent warnings
- (eval `(defvar ,(proof-ass-sym name)))))
`(proof-defpacustom-fn (quote ,name) (quote ,val) (quote ,args)))