branch: master
commit 241465cea27ae53209414b5f8e8ce36d2576ffcd
Author: Jonas Bernoulli <[email protected]>
Commit: Jonas Bernoulli <[email protected]>
move eof footer to the actual eof
---
doc/yas-doc-helper.el | 2 +-
yasnippet-tests.el | 2 +-
yasnippet.el | 3 +--
3 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/doc/yas-doc-helper.el b/doc/yas-doc-helper.el
index 76a00b1..36cd510 100755
--- a/doc/yas-doc-helper.el
+++ b/doc/yas-doc-helper.el
@@ -161,7 +161,7 @@
(provide 'yas-doc-helper)
-;;; yas-doc-helper.el ends here
;; Local Variables:
;; coding: utf-8
;; End:
+;;; yas-doc-helper.el ends here
diff --git a/yasnippet-tests.el b/yasnippet-tests.el
index 7653d31..ac95258 100644
--- a/yasnippet-tests.el
+++ b/yasnippet-tests.el
@@ -821,8 +821,8 @@ add the snippets associated with the given mode."
(provide 'yasnippet-tests)
-;;; yasnippet-tests.el ends here
;; Local Variables:
;; lexical-binding: t
;; byte-compile-warnings: (not cl-functions)
;; End:
+;;; yasnippet-tests.el ends here
diff --git a/yasnippet.el b/yasnippet.el
index f26cc3f..06ad751 100644
--- a/yasnippet.el
+++ b/yasnippet.el
@@ -4593,9 +4593,8 @@ can more or less safely rely upon them.")
(provide 'yasnippet)
-
-;;; yasnippet.el ends here
;; Local Variables:
;; coding: utf-8
;; byte-compile-warnings: (not cl-functions)
;; End:
+;;; yasnippet.el ends here