From f8de3e0ad39a80309fd0c94a9c6864dbb07ec3c8 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Mon, 5 Apr 2021 10:29:16 -0700 Subject: OS:TYPECASE, OS:ETYPECASE: simplify Emacs indentation information 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 c383877..2461e44 100644 --- a/emacs/consfigurator.el.in +++ b/emacs/consfigurator.el.in @@ -33,8 +33,8 @@ corresponding to the final dot-delimited component of their names." @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)))) + (put 'os:typecase 'common-lisp-indent-function '(as cond)) + (put 'os:etypecase 'common-lisp-indent-function '(as cond))) (provide 'consfigurator) -- cgit v1.2.3