]> code.delx.au - gnu-emacs-elpa/commitdiff
Merge pull request #514 from tarsius/master
authorJoão Távora <joaotavora@gmail.com>
Tue, 9 Sep 2014 19:50:56 +0000 (20:50 +0100)
committerJoão Távora <joaotavora@gmail.com>
Tue, 9 Sep 2014 19:50:56 +0000 (20:50 +0100)
Cosmetic fixes and quiet byte-compiler

doc/yas-doc-helper.el
yasnippet-debug.el
yasnippet-tests.el
yasnippet.el

index 76a00b102500df64968aff1160129b51c64e078a..d27f777799dbf6eb3434060ce6bea7d4dac45c59 100755 (executable)
 
 
 (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
index 7e3be0ece22bd4c0d4d6c721fb90b424e849c22d..fe8816c082e7c7cb05d8e749ff79ed131304b19a 100644 (file)
     (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
index 7653d31b7b26d814168e66fee182e96fd5314393..74996403bc098bd9ba052f4345efa2a800d12614 100644 (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
index f26cc3fa5ed4b29331f8328120f6236f9aa9c677..63669facba50f6208db2427a7d1607625d4f29bc 100644 (file)
@@ -4593,9 +4593,9 @@ can more or less safely rely upon them.")
 
 \f
 (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