mirror of
https://github.com/joaotavora/yasnippet.git
synced 2025-10-13 13:13:03 +00:00
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:
parent
4ab9cb5bac
commit
0b8d43490c
@ -339,5 +339,6 @@
|
|||||||
(provide 'yasnippet-debug)
|
(provide 'yasnippet-debug)
|
||||||
;; Local Variables:
|
;; Local Variables:
|
||||||
;; indent-tabs-mode: nil
|
;; indent-tabs-mode: nil
|
||||||
|
;; autoload-compute-prefixes: nil
|
||||||
;; End:
|
;; End:
|
||||||
;;; yasnippet-debug.el ends here
|
;;; yasnippet-debug.el ends here
|
||||||
|
@ -1406,5 +1406,6 @@ add the snippets associated with the given mode."
|
|||||||
(provide 'yasnippet-tests)
|
(provide 'yasnippet-tests)
|
||||||
;; Local Variables:
|
;; Local Variables:
|
||||||
;; indent-tabs-mode: nil
|
;; indent-tabs-mode: nil
|
||||||
|
;; autoload-compute-prefixes: nil
|
||||||
;; End:
|
;; End:
|
||||||
;;; yasnippet-tests.el ends here
|
;;; yasnippet-tests.el ends here
|
||||||
|
Loading…
x
Reference in New Issue
Block a user