[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[nongnu] elpa/proof-general 5ecce84864 1/7: qrhl: Added both `(require '
From: |
ELPA Syncer |
Subject: |
[nongnu] elpa/proof-general 5ecce84864 1/7: qrhl: Added both `(require 'proof)` and `(require 'proof-easy-config)'. |
Date: |
Thu, 10 Mar 2022 10:58:32 -0500 (EST) |
branch: elpa/proof-general
commit 5ecce8486405b16acc64c0d614933c6fadf82bb0
Author: Dominique Unruh <unruh@ut.ee>
Commit: Dominique Unruh <unruh@ut.ee>
qrhl: Added both `(require 'proof)` and `(require 'proof-easy-config)'.
The first was accidentally removed in 847492f.
The second is necessary running PG from byte-compiled code.
Otherwise we get the error `byte-code: Symbol’s function definition is
void: proof-easy-config-check-setup` when loading PG with prover qrhl.
Surprisingly, the error does not occur when PG is not byte-compiled.
---
qrhl/qrhl.el | 3 +++
1 file changed, 3 insertions(+)
diff --git a/qrhl/qrhl.el b/qrhl/qrhl.el
index bd0ec6290b..41a9327c8f 100644
--- a/qrhl/qrhl.el
+++ b/qrhl/qrhl.el
@@ -14,6 +14,9 @@
;;; Code:
+(require 'proof)
+(require 'proof-easy-config)
+
(if (version< emacs-version "26")
(require 'qrhl-input-25)
(require 'qrhl-input))
- [nongnu] elpa/proof-general updated (d9cfe74845 -> a5021b929f), ELPA Syncer, 2022/03/10
- [nongnu] elpa/proof-general 1a64e61c93 2/7: Added "qrhl" to the list of byte-compiled directories., ELPA Syncer, 2022/03/10
- [nongnu] elpa/proof-general 07e6b0d4e5 6/7: Made qrhl-input.el compile on all supported Emacs versions., ELPA Syncer, 2022/03/10
- [nongnu] elpa/proof-general a0ebe26bbe 5/7: tests: Add test whether qrhl input method loads correctly, ELPA Syncer, 2022/03/10
- [nongnu] elpa/proof-general 5ecce84864 1/7: qrhl: Added both `(require 'proof)` and `(require 'proof-easy-config)'.,
ELPA Syncer <=
- [nongnu] elpa/proof-general 3f5fe71e52 3/7: Miscelleaneous cleanup in qrhl.el (by @monnier), ELPA Syncer, 2022/03/10
- [nongnu] elpa/proof-general 2856783ddd 4/7: Makefile: Added qrhl to provers that need to be compiled, ELPA Syncer, 2022/03/10
- [nongnu] elpa/proof-general a5021b929f 7/7: Merge pull request #643 from dominique-unruh/qrhl-tool, ELPA Syncer, 2022/03/10