projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
85e3304
)
; * lisp/eshell/esh-arg.el (eshell-prepare-splice): Fix quoting.
author
Robert Pluim
<rpluim@gmail.com>
Mon, 23 Jan 2023 10:33:23 +0000
(11:33 +0100)
committer
Robert Pluim
<rpluim@gmail.com>
Mon, 23 Jan 2023 10:37:01 +0000
(11:37 +0100)
lisp/eshell/esh-arg.el
patch
|
blob
|
history
diff --git
a/lisp/eshell/esh-arg.el
b/lisp/eshell/esh-arg.el
index c17a8fb8c4ffff1dc4f670c0463f09e21b9df02c..6c882471aee7e01ed4e57af033659205c7bee823 100644
(file)
--- a/
lisp/eshell/esh-arg.el
+++ b/
lisp/eshell/esh-arg.el
@@
-554,8
+554,9
@@
and if found, returns a grouped list like:
((list arg-1) (list arg-2) spliced-arg-3 ...)
This allows callers of this function to build the final spliced
-list by concatenating each element together, e.g. with (apply
-#'append grouped-list).
+list by concatenating each element together, e.g. with
+
+ (apply #\\='append grouped-list)
If no argument requested a splice, return nil."
(let* ((splicep nil)