From f72fdc66e3ce29b7306e9da3803a2e226259fc0f Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Sat, 29 Jan 2022 14:54:12 -0700 Subject: Revert "OS:TYPECASE, OS:ETYPECASE: simplify Emacs indentation information" This reverts commit f8de3e0ad39a80309fd0c94a9c6864dbb07ec3c8. I can't find the (as foo) form documented anywhere. I am not sure why I thought it would work. Signed-off-by: Sean Whitton --- emacs/consfigurator.el.in | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'emacs') diff --git a/emacs/consfigurator.el.in b/emacs/consfigurator.el.in index 6bb76e9..f07a5ba 100644 --- a/emacs/consfigurator.el.in +++ b/emacs/consfigurator.el.in @@ -34,8 +34,8 @@ corresponding to the final dot-delimited component of their names." ;; 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))) + (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