mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
Merge pull request #514 from tarsius/master
Cosmetic fixes and quiet byte-compiler
This commit is contained in:
commit
cc64ff62bf
@ -161,7 +161,8 @@
|
|||||||
|
|
||||||
|
|
||||||
(provide 'yas-doc-helper)
|
(provide 'yas-doc-helper)
|
||||||
;;; yas-doc-helper.el ends here
|
|
||||||
;; Local Variables:
|
;; Local Variables:
|
||||||
|
;; indent-tabs-mode: nil
|
||||||
;; coding: utf-8
|
;; coding: utf-8
|
||||||
;; End:
|
;; End:
|
||||||
|
;;; yas-doc-helper.el ends here
|
||||||
|
@ -124,4 +124,8 @@
|
|||||||
(add-hook 'post-command-hook 'yas-debug-snippet-vars 't 'local)))
|
(add-hook 'post-command-hook 'yas-debug-snippet-vars 't 'local)))
|
||||||
|
|
||||||
(provide 'yasnippet-debug)
|
(provide 'yasnippet-debug)
|
||||||
|
;; Local Variables:
|
||||||
|
;; indent-tabs-mode: nil
|
||||||
|
;; byte-compile-warnings: (not cl-functions)
|
||||||
|
;; End:
|
||||||
;;; yasnippet-debug.el ends here
|
;;; yasnippet-debug.el ends here
|
||||||
|
@ -821,8 +821,9 @@ add the snippets associated with the given mode."
|
|||||||
|
|
||||||
|
|
||||||
(provide 'yasnippet-tests)
|
(provide 'yasnippet-tests)
|
||||||
;;; yasnippet-tests.el ends here
|
|
||||||
;; Local Variables:
|
;; Local Variables:
|
||||||
|
;; indent-tabs-mode: nil
|
||||||
;; lexical-binding: t
|
;; lexical-binding: t
|
||||||
;; byte-compile-warnings: (not cl-functions)
|
;; byte-compile-warnings: (not cl-functions)
|
||||||
;; End:
|
;; End:
|
||||||
|
;;; yasnippet-tests.el ends here
|
||||||
|
@ -4593,9 +4593,9 @@ can more or less safely rely upon them.")
|
|||||||
|
|
||||||
|
|
||||||
(provide 'yasnippet)
|
(provide 'yasnippet)
|
||||||
|
|
||||||
;;; yasnippet.el ends here
|
|
||||||
;; Local Variables:
|
;; Local Variables:
|
||||||
;; coding: utf-8
|
;; coding: utf-8
|
||||||
|
;; indent-tabs-mode: nil
|
||||||
;; byte-compile-warnings: (not cl-functions)
|
;; byte-compile-warnings: (not cl-functions)
|
||||||
;; End:
|
;; End:
|
||||||
|
;;; yasnippet.el ends here
|
||||||
|
Loading…
x
Reference in New Issue
Block a user