aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox/phox-tags.el
diff options
context:
space:
mode:
Diffstat (limited to 'phox/phox-tags.el')
-rw-r--r--phox/phox-tags.el11
1 files changed, 4 insertions, 7 deletions
diff --git a/phox/phox-tags.el b/phox/phox-tags.el
index 70a4fb2a..8ff2848d 100644
--- a/phox/phox-tags.el
+++ b/phox/phox-tags.el
@@ -1,4 +1,4 @@
-;; $State$ $Date$ $Revision$
+;; $State$ $Date$ $Revision$
;;--------------------------------------------------------------------------;;
;;--------------------------------------------------------------------------;;
;; gestion des TAGS
@@ -43,7 +43,7 @@
(interactive)
(phox-tags-add-table (concat phox-lib-dir "/TAGS"))
)
-
+
(defun phox-tags-add-local-table()
"Add the tags table created with function phox-create-local-table."
(interactive)
@@ -53,8 +53,8 @@
(defun phox-tags-create-local-table()
"create table on local buffer"
(interactive)
- (shell-command (concat phox-etags
- " -o "
+ (shell-command (concat phox-etags
+ " -o "
(file-name-nondirectory (buffer-file-name))
"TAGS "
(file-name-nondirectory (buffer-file-name))))
@@ -85,6 +85,3 @@
)
(provide 'phox-tags)
-
-
-