emacs/test/lisp/files-resources/.dir-locals.el

6 lines
187 B
EmacsLisp

;; This is used by files-tests.el.
((auto-mode-alist . (("\\.quux\\'" . tcl-mode)
("\\.zot1\\'" . foobar)
("\\.zot2\\'" . (lambda ()))
("\\.zot3\\'" . dired-mode))))