aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Aspinall2001-08-28 15:37:32 +0000
committerDavid Aspinall2001-08-28 15:37:32 +0000
commit43fb0f1c705dfa12404b51d22c25de4af1269242 (patch)
treea8a660bde7fae348ee9668fc448c5206b5ed70fc
parent8d2397c13fc126bdf6e07bfc267e378b852127e4 (diff)
Call function which always waits to prevent odd mode selection bug.
-rw-r--r--bin/proofgeneral4
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/proofgeneral b/bin/proofgeneral
index b479b531..dec54b8b 100644
--- a/bin/proofgeneral
+++ b/bin/proofgeneral
@@ -10,8 +10,8 @@
# $Id$
#
-# PGHOME=~/ProofGeneral
PGHOME=/usr/share/emacs/ProofGeneral
+#PGHOME=~/ProofGeneral
if which xemacs > /dev/null; then
EMACS=xemacs
@@ -19,4 +19,4 @@ else
EMACS=emacs
fi
-$EMACS -l $PGHOME/generic/proof-site.el -f proof-splash-message "$@"
+$EMACS -l $PGHOME/generic/proof-site.el -f proof-splash-display-screen "$@"