Skip to content

Commit

Permalink
easycrypt: Don't require pg-custom: it breaks compilation
Browse files Browse the repository at this point in the history
The problem is that loading pg-custom runs a bunch of defpgcustom, with no
current proof assistant.  Then when coq or easycrypt calls
proof-ready-for-assistant, pg-custom isn't loaded again.
  • Loading branch information
cpitclaudel committed Mar 8, 2017
1 parent 98f2e46 commit 031a578
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion easycrypt/easycrypt.el
Expand Up @@ -6,7 +6,6 @@
;; --------------------------------------------------------------------

(require 'proof)
(require 'pg-custom)
(require 'easycrypt-syntax)
(require 'easycrypt-hooks)
(require 'easycrypt-abbrev)
Expand Down

0 comments on commit 031a578

Please sign in to comment.