mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-23 22:20:24 -08:00
Tweak multi-line expressions in pp--format-function
* lisp/emacs-lisp/pp.el (pp--format-function): Fix up multi-line expressions.
This commit is contained in:
parent
cb9f3e1158
commit
4cf7af5a2a
2 changed files with 20 additions and 3 deletions
|
|
@ -40,7 +40,8 @@ Name: code-formats3
|
|||
(let ((a 1)
|
||||
(b 2))
|
||||
(zot-zot-zot-zot-zot-zot 1 2 (funcall
|
||||
bar-bar-bar-bar-bar-bar-bar-bar-bar-bar 2))))
|
||||
bar-bar-bar-bar-bar-bar-bar-bar-bar-bar
|
||||
2))))
|
||||
=-=-=
|
||||
|
||||
|
||||
|
|
@ -103,3 +104,13 @@ Name: code-formats9
|
|||
(interactive)
|
||||
1)
|
||||
=-=-=
|
||||
|
||||
|
||||
Name: code-formats10
|
||||
|
||||
=-=
|
||||
(funcall foo (concat "zot" (if (length> site 0) site
|
||||
"bar")
|
||||
"+"
|
||||
(string-replace " " "+" query)))
|
||||
=-=-=
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue