summaryrefslogtreecommitdiff
path: root/test/lisp/files-resources/.dir-locals.el
blob: 84393aa54d505b26e50dc536398f00691096289a (plain)
1
2
3
4
5
;; This is used by files-tests.el.
((auto-mode-alist . (("\\.quux\\'" . tcl-mode)
		     ("\\.zot1\\'" . foobar)
		     ("\\.zot2\\'" . (lambda ()))
		     ("\\.zot3\\'" . dired-mode))))