branch: externals/svg-tag-mode commit 607d05d972e0f308a4c88db95c1b3abc670c6c5f Merge: 29ca63cdbb 95b5404997 Author: Nicolas P. Rougier <nicolas.roug...@inria.fr> Commit: Nicolas P. Rougier <nicolas.roug...@inria.fr>
Fix conflict --- svg-tag-mode.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/svg-tag-mode.el b/svg-tag-mode.el index 06324c8dc3..dd49c7d81b 100644 --- a/svg-tag-mode.el +++ b/svg-tag-mode.el @@ -109,6 +109,7 @@ ;; Version 0.1: ;; - Proof of concept ;; + ;;; Code: (require 'svg-lib) @@ -274,5 +275,7 @@ 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