Unset autoload-compute-prefixes for utility files

* yasnippet-debug.el:
* yasnippet-tests.el: Set autoload-compute-prefixes to nil
file-locally.
This commit is contained in:
Noam Postavsky 2018-01-01 12:59:52 -05:00
parent 4ab9cb5bac
commit 0b8d43490c
2 changed files with 2 additions and 0 deletions

View File

@ -339,5 +339,6 @@
(provide 'yasnippet-debug)
;; Local Variables:
;; indent-tabs-mode: nil
;; autoload-compute-prefixes: nil
;; End:
;;; yasnippet-debug.el ends here

View File

@ -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