aboutsummaryrefslogtreecommitdiff
path: root/emacs/consfigurator.el.in
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/consfigurator.el.in')
-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)