aboutsummaryrefslogtreecommitdiffhomepage
path: root/proof-general-pkg.el
diff options
context:
space:
mode:
authorGravatar Erik Martin-Dorel <erik@martin-dorel.org>2018-08-05 17:20:11 +0200
committerGravatar Erik Martin-Dorel <erik@martin-dorel.org>2018-08-22 23:42:09 +0200
commit43925606d39ad12b5b1019aec61843d947755f31 (patch)
treee7efda2b12432b177ffabc24574fd343936cec4b /proof-general-pkg.el
parent26b3bf9f070e9aee45c6e3d19bca475d4ae8ed37 (diff)
Set the minimal supported version of emacs to 24.3 instead of 24.4
This agrees with the minimal version of GNU Emacs currently tested by Travis CI, as well as with the version packaged in Ubuntu 14.04 LTS Reference: https://github.com/ProofGeneral/PG/issues/368#issuecomment-397561986
Diffstat (limited to 'proof-general-pkg.el')
-rw-r--r--proof-general-pkg.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/proof-general-pkg.el b/proof-general-pkg.el
index 489731e9..b14ed1d6 100644
--- a/proof-general-pkg.el
+++ b/proof-general-pkg.el
@@ -1,2 +1,2 @@
(define-package "proof-general" "4.4.1~pre" "A generic front-end for proof assistants (interactive theorem provers)"
- '((emacs "24.4")))
+ '((emacs "24.3")))