branch: externals/svg-tag-mode
commit 60140b7526a5d4cbb874e96d97ba1f976ef3a3fa
Author: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Remove ununsed local variables.
---
svg-tag-mode.el | 3 ---
1 file changed, 3 deletions(-)
diff --git a/svg-tag-mode.el b/svg-tag-mode.el
index 8607c8d48f..cf2c236bb9 100644
--- a/svg-tag-mode.el
+++ b/svg-tag-mode.el
@@ -324,7 +324,4 @@ allows to create dynamic tags."
global-svg-tag-mode svg-tag-mode svg-tag-mode-on)
(provide 'svg-tag-mode)
-;; Local Variables:
-;; indent-tabs-mode: nil
-;; End:
;;; svg-tag-mode.el ends here