From fe916085784ca5615c879f80261f01954a2a1dd5 Mon Sep 17 00:00:00 2001 From: Andrey Listopadov Date: Thu, 11 Mar 2021 19:09:28 +0300 Subject: fix: update macros comparison function builder No need to modify the metatable in macros. --- .dir-locals.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.dir-locals.el') diff --git a/.dir-locals.el b/.dir-locals.el index 32da19e..84d8c5a 100644 --- a/.dir-locals.el +++ b/.dir-locals.el @@ -31,7 +31,7 @@ word-end) 1 'font-lock-keyword-face)))) (eval . (put 'when-meta 'fennel-indent-function 'defun)) - (eval . (put 'defmethod 'fennel-indent-function 'defun)) + (eval . (put 'defmethod 'fennel-indent-function 3)) (eval . (put 'defmulti 'bfennel-indent-function 'defun)) (eval . (put 'deftest 'fennel-indent-function 'defun)) (eval . (put 'testing 'fennel-indent-function 'defun)) -- cgit v1.2.3