aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox/phox-tags.el
diff options
context:
space:
mode:
authorGravatar Christophe Raffalli <christophe.raffalli@univ-savoie.fr>2009-09-01 09:15:31 +0000
committerGravatar Christophe Raffalli <christophe.raffalli@univ-savoie.fr>2009-09-01 09:15:31 +0000
commitf73b31e26145063226949b4cee279bf97ed4c35d (patch)
tree284bafa6ca9607261730a900c7f453dabdd7fd3f /phox/phox-tags.el
parent802687cdbfaadc37d0c9682177ffc0597266e94c (diff)
hack with phox-prog-name and phox-prog-name-guess to have this phox folder working with PG 3.7
Diffstat (limited to 'phox/phox-tags.el')
-rw-r--r--phox/phox-tags.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/phox/phox-tags.el b/phox/phox-tags.el
index 4851eb8c..70a4fb2a 100644
--- a/phox/phox-tags.el
+++ b/phox/phox-tags.el
@@ -21,6 +21,7 @@
(defun phox-tags-add-table(table)
"add tags table"
(interactive "D directory, location of a file named TAGS to add : ")
+ (if (not (boundp 'tags-table-list)) (setq tags-table-list nil))
(if (member table tags-table-list)
(message "%s already loaded." table)
;; (make-local-variable 'tags-table-list) ; ne fonctionne pas