aboutsummaryrefslogtreecommitdiff
path: root/emacs
diff options
context:
space:
mode:
authorSean Whitton <spwhitton@spwhitton.name>2022-01-29 14:54:12 -0700
committerSean Whitton <spwhitton@spwhitton.name>2022-01-29 14:54:12 -0700
commitf72fdc66e3ce29b7306e9da3803a2e226259fc0f (patch)
treea2e8f7764c1f476a4a151a6221ed24c41c1e19ce /emacs
parentb378e1c2af82f4da3a1a129adebb646c455f2e1c (diff)
downloadconsfigurator-f72fdc66e3ce29b7306e9da3803a2e226259fc0f.tar.gz
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 <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 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)