mirror of
https://git.freebsd.org/ports.git
synced 2025-07-14 07:49:16 -04:00
- 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
13 lines
477 B
EmacsLisp
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)
|