Indent lambdas/closures better

* lisp/emacs-lisp/pp.el (pp--format-function): Indent lambdas and
closures better.
This commit is contained in:
Lars Ingebrigtsen 2021-11-04 22:07:48 +01:00
parent 292f50d27b
commit fb1267d90a
2 changed files with 20 additions and 1 deletions

View file

@ -95,3 +95,11 @@ Also add the value to the front of the list in the variable `values'."
(values--store-value result)
(pp-display-expression result "*Pp Eval Output*")))
=-=-=
Name: code-formats9
=-=
(lambda ()
(interactive)
1)
=-=-=