branch: elpa/slime commit 53e36bf98bb5d1649b78bce8c0c3ccbe3efc12b3 Author: Stas Boukarev <stass...@gmail.com> Commit: Stas Boukarev <stass...@gmail.com>
sbcl-exts: indent if-vop-existsp --- contrib/slime-sbcl-exts.el | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/slime-sbcl-exts.el b/contrib/slime-sbcl-exts.el index 4e14fdbdd3..a7ed274d66 100644 --- a/contrib/slime-sbcl-exts.el +++ b/contrib/slime-sbcl-exts.el @@ -42,5 +42,6 @@ symbol at point, or if QUERY is non-nil." (put 'define-vop 'common-lisp-indent-function 'slime-indent-define-vop) +(put 'if-vop-existsp 'common-lisp-indent-function '(4 2 2)) (provide 'slime-sbcl-exts)