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