From 241465cea27ae53209414b5f8e8ce36d2576ffcd Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sun, 7 Sep 2014 01:41:16 +0200 Subject: [PATCH 1/3] move eof footer to the actual eof --- doc/yas-doc-helper.el | 2 +- yasnippet-tests.el | 2 +- yasnippet.el | 3 +-- 3 files changed, 3 insertions(+), 4 deletions(-) diff --git a/doc/yas-doc-helper.el b/doc/yas-doc-helper.el index 76a00b1..36cd510 100755 --- a/doc/yas-doc-helper.el +++ b/doc/yas-doc-helper.el @@ -161,7 +161,7 @@ (provide 'yas-doc-helper) -;;; yas-doc-helper.el ends here ;; Local Variables: ;; coding: utf-8 ;; End: +;;; yas-doc-helper.el ends here diff --git a/yasnippet-tests.el b/yasnippet-tests.el index 7653d31..ac95258 100644 --- a/yasnippet-tests.el +++ b/yasnippet-tests.el @@ -821,8 +821,8 @@ add the snippets associated with the given mode." (provide 'yasnippet-tests) -;;; yasnippet-tests.el ends here ;; Local Variables: ;; 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..06ad751 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -4593,9 +4593,8 @@ can more or less safely rely upon them.") (provide 'yasnippet) - -;;; yasnippet.el ends here ;; Local Variables: ;; coding: utf-8 ;; byte-compile-warnings: (not cl-functions) ;; End: +;;; yasnippet.el ends here From 37df653a6710779f56668bfa55508f972e1f3f33 Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sun, 7 Sep 2014 01:42:27 +0200 Subject: [PATCH 2/3] yasnippet-debug.el: quiet byte-compiler --- yasnippet-debug.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/yasnippet-debug.el b/yasnippet-debug.el index 7e3be0e..f18793c 100644 --- a/yasnippet-debug.el +++ b/yasnippet-debug.el @@ -124,4 +124,7 @@ (add-hook 'post-command-hook 'yas-debug-snippet-vars 't 'local))) (provide 'yasnippet-debug) +;; Local Variables: +;; byte-compile-warnings: (not cl-functions) +;; End: ;;; yasnippet-debug.el ends here From 70de82164c094bed2204d23421dbe391a086a50f Mon Sep 17 00:00:00 2001 From: Jonas Bernoulli Date: Sun, 7 Sep 2014 14:08:30 +0200 Subject: [PATCH 3/3] enforce use of spaces for indentation --- doc/yas-doc-helper.el | 1 + yasnippet-debug.el | 1 + yasnippet-tests.el | 1 + yasnippet.el | 1 + 4 files changed, 4 insertions(+) diff --git a/doc/yas-doc-helper.el b/doc/yas-doc-helper.el index 36cd510..d27f777 100755 --- a/doc/yas-doc-helper.el +++ b/doc/yas-doc-helper.el @@ -162,6 +162,7 @@ (provide 'yas-doc-helper) ;; 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 f18793c..fe8816c 100644 --- a/yasnippet-debug.el +++ b/yasnippet-debug.el @@ -125,6 +125,7 @@ (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 ac95258..7499640 100644 --- a/yasnippet-tests.el +++ b/yasnippet-tests.el @@ -822,6 +822,7 @@ add the snippets associated with the given mode." (provide 'yasnippet-tests) ;; Local Variables: +;; indent-tabs-mode: nil ;; lexical-binding: t ;; byte-compile-warnings: (not cl-functions) ;; End: diff --git a/yasnippet.el b/yasnippet.el index 06ad751..63669fa 100644 --- a/yasnippet.el +++ b/yasnippet.el @@ -4595,6 +4595,7 @@ can more or less safely rely upon them.") (provide 'yasnippet) ;; Local Variables: ;; coding: utf-8 +;; indent-tabs-mode: nil ;; byte-compile-warnings: (not cl-functions) ;; End: ;;; yasnippet.el ends here