aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox/phox-tags.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-tags.el
parent93404454d921954127a34c1e3e6e4ec846470ccc (diff)
Prevent many compile warnings
Diffstat (limited to 'phox/phox-tags.el')
-rw-r--r--phox/phox-tags.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/phox/phox-tags.el b/phox/phox-tags.el
index 8ff2848d..603622a6 100644
--- a/phox/phox-tags.el
+++ b/phox/phox-tags.el
@@ -17,6 +17,11 @@
(require 'etags)
+(eval-when-compile
+ (defvar phox-doc-dir nil)
+ (defvar phox-lib-dir nil)
+ (defvar phox-etags nil))
+
(defun phox-tags-add-table(table)
"add tags table"