aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox/phox-extraction.el
diff options
context:
space:
mode:
Diffstat (limited to 'phox/phox-extraction.el')
-rw-r--r--phox/phox-extraction.el6
1 files changed, 4 insertions, 2 deletions
diff --git a/phox/phox-extraction.el b/phox/phox-extraction.el
index 3ffbacbb..87ea70f6 100644
--- a/phox/phox-extraction.el
+++ b/phox/phox-extraction.el
@@ -8,9 +8,11 @@
;;--------------------------------------------------------------------------;;
(require 'cl)
+
(eval-when (compile)
- (defvar phox-prog-name nil)
- (declare-function proof-shell-invisible-command (str)))
+ (defvar phox-prog-name nil))
+
+(declare-function proof-shell-invisible-command "proof-shell" (str))
;; configuration :