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