Indent lambdas/closures better
* lisp/emacs-lisp/pp.el (pp--format-function): Indent lambdas and closures better.
This commit is contained in:
parent
292f50d27b
commit
fb1267d90a
2 changed files with 20 additions and 1 deletions
|
@ -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)
|
||||
=-=-=
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue