diff options
| -rw-r--r-- | generic/proof.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/generic/proof.el b/generic/proof.el index e271cc99..890c5275 100644 --- a/generic/proof.el +++ b/generic/proof.el @@ -17,8 +17,7 @@ (require 'proof-config) ; variables -(if (string-match "XEmacs" emacs-version) - (require 'proof-splash)) ; splash screen +(require 'proof-splash) ; splash screen ;; FIXME da: I think these ones should be autoloaded!! (require 'cl) |
