mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 21:13:04 +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)
|
||||
;;; yas-doc-helper.el ends here
|
||||
;; Local Variables:
|
||||
;; indent-tabs-mode: nil
|
||||
;; coding: utf-8
|
||||
;; End:
|
||||
;;; yas-doc-helper.el ends here
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user