]> git.eshelyaron.com Git - emacs.git/commitdiff
Indent `closure' forms better
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 25 Nov 2021 13:23:58 +0000 (14:23 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 25 Nov 2021 13:41:45 +0000 (14:41 +0100)
* lisp/emacs-lisp/lisp-mode.el (closure): Indent `closure' forms
better (bug#52063).

lisp/emacs-lisp/lisp-mode.el

index d90d0f5f6ace092fa30b959c12bce7c3b2a3299d..416d64558d908702a9c31daadc12b06bdd758ca1 100644 (file)
@@ -1308,6 +1308,7 @@ Lisp function does not specify a special indentation."
 (put 'handler-bind 'lisp-indent-function 1) ;CL
 (put 'unwind-protect 'lisp-indent-function 1)
 (put 'with-output-to-temp-buffer 'lisp-indent-function 1)
+(put 'closure 'lisp-indent-function 2)
 
 (defun indent-sexp (&optional endpos)
   "Indent each line of the list starting just after point.