From 24a1cef03349e64db368a297ba4d361d3734895d Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sun, 4 Apr 2021 22:18:44 -0700 Subject: add Emacs indentation information for OS:TYPECASE, OS:ETYPECASE Signed-off-by: Sean Whitton --- emacs/consfigurator.el.in | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'emacs') diff --git a/emacs/consfigurator.el.in b/emacs/consfigurator.el.in index dfa34bd..c383877 100644 --- a/emacs/consfigurator.el.in +++ b/emacs/consfigurator.el.in @@ -29,7 +29,12 @@ defpackage, where the :consfigurator package is used unqualified, and packages providing properties have local nicknames corresponding to the final dot-delimited component of their names." (interactive) - @putforms@) + ;; Properties + @putforms@ + + ;; Other operators + (put 'os:typecase 'common-lisp-indent-function '(&rest (&whole 2 &rest 1))) + (put 'os:etypecase 'common-lisp-indent-function '(&rest (&whole 2 &rest 1)))) (provide 'consfigurator) -- cgit v1.2.3