emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[elpa] master 37df653 142/177: yasnippet-debug.el: quiet byte-compiler


From: João Távora
Subject: [elpa] master 37df653 142/177: yasnippet-debug.el: quiet byte-compiler
Date: Sat, 28 Mar 2015 15:41:30 +0000

branch: master
commit 37df653a6710779f56668bfa55508f972e1f3f33
Author: Jonas Bernoulli <address@hidden>
Commit: Jonas Bernoulli <address@hidden>

    yasnippet-debug.el: quiet byte-compiler
---
 yasnippet-debug.el |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]