diff options
| author | Pierre Courtieu | 2018-12-20 14:42:21 +0100 |
|---|---|---|
| committer | Pierre Courtieu | 2018-12-20 14:42:21 +0100 |
| commit | ebb55c998867fd13f8767a52a9542447347f7dc1 (patch) | |
| tree | a2419396d62c3342e73e44099b8745d3201d09c7 /generic/proof.el | |
| parent | 0c9565d4d69a94cf33db5f98b381c3332709aa1e (diff) | |
| parent | 883ce2ff1092003b6341cfebd1d7b2ab31239a41 (diff) | |
Merge branch 'master' of github.com:ProofGeneral/PG
Diffstat (limited to 'generic/proof.el')
| -rw-r--r-- | generic/proof.el | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/generic/proof.el b/generic/proof.el index f3b3b276..769459df 100644 --- a/generic/proof.el +++ b/generic/proof.el @@ -1,4 +1,4 @@ -;;; proof.el --- Proof General theorem prover interface +;;; proof.el --- Proof General theorem prover interface -*- lexical-binding:t -*- ;; This file is part of Proof General. @@ -33,9 +33,6 @@ (require 'proof-site) ; site/prover config, global vars, autoloads -(unless (or noninteractive (bound-and-true-p byte-compile-current-file)) - (proof-splash-message)) ; welcome the user now. - (require 'proof-utils) ; utilities (require 'proof-config) ; configuration variables (require 'proof-auxmodes) ; auxmode functions |
