ports/math/proofgeneral/files/patch-isa_isabelle-system.el
Sergey Matveychuk 7a50243ff9 - Update to 3.6
PR:		ports/94670
Submitted by:	maintainer
2006-05-01 18:00:51 +00:00

13 lines
477 B
EmacsLisp

--- isa/isabelle-system.el.orig Thu Dec 8 07:43:17 2005
+++ isa/isabelle-system.el Thu Dec 8 07:43:38 2005
@@ -74,10 +74,6 @@
with full path."
(interactive)
(unless (or isatool-not-found (file-executable-p isa-isatool-command))
- (setq isa-isatool-command
- (read-file-name
- "Please give the full path to `isatool' (RET if you don't have it): "
- nil nil nil))
(if (not (file-executable-p isa-isatool-command))
(progn
(setq isatool-not-found t)