aboutsummaryrefslogtreecommitdiffhomepage
path: root/generic/pg-custom.el
diff options
context:
space:
mode:
authorGravatar Erik Martin-Dorel <erik@martin-dorel.org>2018-08-23 01:37:33 +0200
committerGravatar GitHub <noreply@github.com>2018-08-23 01:37:33 +0200
commit733cd24a7368ee186884da488da0f59bbedb627e (patch)
treee2a6832c08a6f058f423879c40c02fd924082af3 /generic/pg-custom.el
parent26b3bf9f070e9aee45c6e3d19bca475d4ae8ed37 (diff)
parent7986697e7999e1d24356d459d64e7be5ee4c8da0 (diff)
Merge pull request #380 from ProofGeneral/prepare-melpa
Prepare PG for MELPA
Diffstat (limited to 'generic/pg-custom.el')
-rw-r--r--generic/pg-custom.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/pg-custom.el b/generic/pg-custom.el
index 8a7bb793..0c67c7a2 100644
--- a/generic/pg-custom.el
+++ b/generic/pg-custom.el
@@ -115,7 +115,7 @@ For example for coq on Windows you might need something like:
:type '(repeat string)
:group 'proof-shell)
-(defpgcustom quit-timeout
+(defpgcustom quit-timeout
(cond
((eq proof-assistant-symbol 'isar) 45)
(t 5))