From ec508517bc89d3934afa9ec91f3787839b14be2d Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 4 Jul 2021 12:07:37 -0700 Subject: add Emacs indentation hint for WITH-UNAPPLY Signed-off-by: Sean Whitton --- emacs/consfigurator.el.in | 1 + 1 file changed, 1 insertion(+) (limited to 'emacs') diff --git a/emacs/consfigurator.el.in b/emacs/consfigurator.el.in index b8c3ade..8afefbd 100644 --- a/emacs/consfigurator.el.in +++ b/emacs/consfigurator.el.in @@ -33,6 +33,7 @@ corresponding to the final dot-delimited component of their names." @putforms@ ;; Other operators + (put 'with-unapply 'common-lisp-indent-function '(&body)) (put 'os:typecase 'common-lisp-indent-function '(as cond)) (put 'os:etypecase 'common-lisp-indent-function '(as cond))) -- cgit v1.2.3