aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall1998-10-26 14:02:36 +0000
committerDavid Aspinall1998-10-26 14:02:36 +0000
commitf22d6e1a141c9efd5b7b9323ccaf8fc8ab7dd0da (patch)
tree5514dc1dd1e291ba88b8b8255245d5a87db5e0bc
parentea0f9ea44dd68c3cf4e9ede2350b1a30a16ad45c (diff)
Splash screen now works for FSF
-rw-r--r--generic/proof.el3
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)