move eof footer to the actual eof

This commit is contained in:
Jonas Bernoulli 2014-09-07 01:41:16 +02:00
parent be2f815c43
commit 241465cea2
3 changed files with 3 additions and 4 deletions

View File

@ -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

View File

@ -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

View File

@ -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