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

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

[elpa] master 0b8d434 05/51: Unset autoload-compute-prefixes for utility


From: Noam Postavsky
Subject: [elpa] master 0b8d434 05/51: Unset autoload-compute-prefixes for utility files
Date: Sun, 13 May 2018 13:11:39 -0400 (EDT)

branch: master
commit 0b8d43490c03acdf02eda84a927d5005df997a99
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    Unset autoload-compute-prefixes for utility files
    
    * yasnippet-debug.el:
    * yasnippet-tests.el: Set autoload-compute-prefixes to nil
    file-locally.
---
 yasnippet-debug.el | 1 +
 yasnippet-tests.el | 1 +
 2 files changed, 2 insertions(+)

diff --git a/yasnippet-debug.el b/yasnippet-debug.el
index 7bfbde4..c3d1c7e 100644
--- a/yasnippet-debug.el
+++ b/yasnippet-debug.el
@@ -339,5 +339,6 @@
 (provide 'yasnippet-debug)
 ;; Local Variables:
 ;; indent-tabs-mode: nil
+;; autoload-compute-prefixes: nil
 ;; End:
 ;;; yasnippet-debug.el ends here
diff --git a/yasnippet-tests.el b/yasnippet-tests.el
index 2beb5ee..d067dc1 100644
--- a/yasnippet-tests.el
+++ b/yasnippet-tests.el
@@ -1406,5 +1406,6 @@ add the snippets associated with the given mode."
 (provide 'yasnippet-tests)
 ;; Local Variables:
 ;; indent-tabs-mode: nil
+;; autoload-compute-prefixes: nil
 ;; End:
 ;;; yasnippet-tests.el ends here



reply via email to

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