diff options
| author | Andrey Listopadov <andreyorst@gmail.com> | 2021-03-11 19:09:28 +0300 |
|---|---|---|
| committer | Andrey Listopadov <andreyorst@gmail.com> | 2021-03-11 19:09:28 +0300 |
| commit | fe916085784ca5615c879f80261f01954a2a1dd5 (patch) | |
| tree | d0e205e1510a9b81f4bc31f4524a1f226bf68e59 /.dir-locals.el | |
| parent | 129a3a5d48f429de174faa6368e9625dcfb65f9e (diff) | |
fix: update macros comparison function builder
No need to modify the metatable in macros.
Diffstat (limited to '.dir-locals.el')
| -rw-r--r-- | .dir-locals.el | 2 |
1 files changed, 1 insertions, 1 deletions
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)) |