ports/math/proofgeneral/files/patch-isa_isabelle-system.el
Simon Barner a446c1e3b4 Fix build:
- Use any installed version of [x]emacs
 - If there's no emacs at all, fall back to xemacs21-mule
 - files/patch-isa_isabelle-system.el: Avoid interactive prompt if building
   with GNU emacs.

Submitted by:	barner, maintainer (partly)
Approved by:	Timothy Bourke <timbob@bigpond.com> (maintainer)
Reported by:	kris via pointyhat
2005-09-15 00:47:17 +00:00

13 lines
477 B
EmacsLisp

--- isa/isabelle-system.el.orig Thu Sep 8 12:43:45 2005
+++ isa/isabelle-system.el Thu Sep 8 12:45:12 2005
@@ -73,10 +73,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)