aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2021-04-05 10:29:16 -0700
committerSean Whitton <spwhitton@spwhitton.name>2021-04-05 10:29:16 -0700
commitf8de3e0ad39a80309fd0c94a9c6864dbb07ec3c8 (patch)
tree907e4f5e9c2a39eeeb89ec06622a579f0d280d54 /emacs
parent32a976533dfe61094d356e0c8775d9ec8bca16ef (diff)
downloadconsfigurator-f8de3e0ad39a80309fd0c94a9c6864dbb07ec3c8.tar.gz
OS:TYPECASE, OS:ETYPECASE: simplify Emacs indentation information
Signed-off-by: Sean Whitton <spwhitton@spwhitton.name>
Diffstat (limited to 'emacs')
-rw-r--r--emacs/consfigurator.el.in4
1 files changed, 2 insertions, 2 deletions
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)