diff options
| author | David Aspinall | 1998-10-26 14:02:36 +0000 |
|---|---|---|
| committer | David Aspinall | 1998-10-26 14:02:36 +0000 |
| commit | f22d6e1a141c9efd5b7b9323ccaf8fc8ab7dd0da (patch) | |
| tree | 5514dc1dd1e291ba88b8b8255245d5a87db5e0bc | |
| parent | ea0f9ea44dd68c3cf4e9ede2350b1a30a16ad45c (diff) | |
Splash screen now works for FSF
| -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) |
