aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox/phox-extraction.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-10 21:41:39 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-10 21:41:39 +0000
commit34ec09678c21b2bf8be501c446ed0778624faa61 (patch)
tree6ceb741cbdb9a32c2c9e55917b91848183149c16 /phox/phox-extraction.el
parent30c9c8ebe6e6d1221f1cf45b80a596c8d420ac83 (diff)
Some fixes to requires etc
Diffstat (limited to 'phox/phox-extraction.el')
-rw-r--r--phox/phox-extraction.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/phox/phox-extraction.el b/phox/phox-extraction.el
index d81acde1..3ffbacbb 100644
--- a/phox/phox-extraction.el
+++ b/phox/phox-extraction.el
@@ -6,6 +6,12 @@
;; note : program extraction is still experimental This file is very
;; dependant of the actual state of program extraction in phox.
;;--------------------------------------------------------------------------;;
+
+(require 'cl)
+(eval-when (compile)
+ (defvar phox-prog-name nil)
+ (declare-function proof-shell-invisible-command (str)))
+
;; configuration :
(defvar phox-prog-orig "phox -pg" "original name of phox binary.")