aboutsummaryrefslogtreecommitdiffhomepage
path: root/isa/isa.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>1998-10-20 10:32:18 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>1998-10-20 10:32:18 +0000
commit24d43a0992b25100a8ee23ded71e72dbfc9dc940 (patch)
treea38d50ad0890c7cc9562124a271eaa5ebdca84f4 /isa/isa.el
parent13cd8eac3946221fdb51d4cb6749eac2af82555b (diff)
Isabelle program name is just 'isabelle'
Diffstat (limited to 'isa/isa.el')
-rw-r--r--isa/isa.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/isa/isa.el b/isa/isa.el
index dfeb1dfa..d40247f6 100644
--- a/isa/isa.el
+++ b/isa/isa.el
@@ -19,7 +19,7 @@
;;; ======== User settings for Isabelle ========
;;;
-(defcustom isabelle-prog-name "/usr/lib/Isabelle98/bin/isabelle"
+(defcustom isabelle-prog-name "isabelle"
"*Name of program to run Isabelle."
:type 'file
:group 'isabelle)