Minor, general refactor & comment revision
This commit is contained in:
parent
33ae889e39
commit
84fd744e3f
5 changed files with 10 additions and 13 deletions
|
@ -222,7 +222,7 @@ even if it doesn't need reloading!"
|
|||
(member-p
|
||||
(push sexp forms)))))
|
||||
(if forms
|
||||
(concat (string-join (mapcar #'prin1-to-string (reverse forms)) "\n")
|
||||
(concat (mapconcat #'prin1-to-string (reverse forms) "\n")
|
||||
"\n")
|
||||
""))))))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue