Merge pull request #514 from tarsius/master

Cosmetic fixes and quiet byte-compiler
This commit is contained in:
João Távora 2014-09-09 20:50:56 +01:00
commit cc64ff62bf
4 changed files with 10 additions and 4 deletions

View File

@ -161,7 +161,8 @@
(provide 'yas-doc-helper)
;;; yas-doc-helper.el ends here
;; Local Variables:
;; indent-tabs-mode: nil
;; coding: utf-8
;; End:
;;; yas-doc-helper.el ends here

View File

@ -124,4 +124,8 @@
(add-hook 'post-command-hook 'yas-debug-snippet-vars 't 'local)))
(provide 'yasnippet-debug)
;; Local Variables:
;; indent-tabs-mode: nil
;; byte-compile-warnings: (not cl-functions)
;; End:
;;; yasnippet-debug.el ends here

View File

@ -821,8 +821,9 @@ add the snippets associated with the given mode."
(provide 'yasnippet-tests)
;;; yasnippet-tests.el ends here
;; Local Variables:
;; indent-tabs-mode: nil
;; lexical-binding: t
;; byte-compile-warnings: (not cl-functions)
;; End:
;;; yasnippet-tests.el ends here

View File

@ -4593,9 +4593,9 @@ can more or less safely rely upon them.")
(provide 'yasnippet)
;;; yasnippet.el ends here
;; Local Variables:
;; coding: utf-8
;; indent-tabs-mode: nil
;; byte-compile-warnings: (not cl-functions)
;; End:
;;; yasnippet.el ends here