branch: master commit cc64ff62bff29a2dc794a7573299fbe0b2bd1547 Merge: be2f815 70de821 Author: João Távora <joaotav...@gmail.com> Commit: João Távora <joaotav...@gmail.com>
Merge pull request #514 from tarsius/master Cosmetic fixes and quiet byte-compiler --- doc/yas-doc-helper.el | 3 ++- yasnippet-debug.el | 4 ++++ yasnippet-tests.el | 3 ++- yasnippet.el | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/doc/yas-doc-helper.el b/doc/yas-doc-helper.el index 76a00b1..d27f777 100755 --- a/doc/yas-doc-helper.el +++ b/doc/yas-doc-helper.el @@ -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 diff --git a/yasnippet-debug.el b/yasnippet-debug.el index 7e3be0e..fe8816c 100644 --- a/yasnippet-debug.el +++ b/yasnippet-debug.el @@ -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 diff --git a/yasnippet-tests.el b/yasnippet-tests.el index 7653d31..7499640 100644 --- a/yasnippet-tests.el +++ b/yasnippet-tests.el @@ -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 diff --git a/yasnippet.el b/yasnippet.el index f26cc3f..63669fa 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -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