branch: master commit 0b8d43490c03acdf02eda84a927d5005df997a99 Author: Noam Postavsky <npost...@users.sourceforge.net> Commit: Noam Postavsky <npost...@users.sourceforge.net>
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