aboutsummaryrefslogtreecommitdiffhomepage
path: root/phox/phox-tags.el
diff options
context:
space:
mode:
authorGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-05 09:43:51 +0000
committerGravatar David Aspinall <da@inf.ed.ac.uk>2009-09-05 09:43:51 +0000
commitab530f103fa791506393b45eb9ed6b3587ac1836 (patch)
tree3730a8399b294f505d36ef51d7ac0530a7d239dc /phox/phox-tags.el
parent716f8469142f61b7e9b382dad82adcd63c5cfb79 (diff)
Tidy whitespace
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)
-
-
-