aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox/phox-extraction.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-15 08:07:27 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-15 08:07:27 +0000
commit215664c12e191603a521e82a302cb97a962aacb8 (patch)
tree229d7abed6fb768c5c75066ce8a0f61d3684f0a3 /phox/phox-extraction.el
parent93404454d921954127a34c1e3e6e4ec846470ccc (diff)
Prevent many compile warnings
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 :