Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
860c3aad
Commit
860c3aad
authored
Jan 23, 2023
by
Robert Pluim
Browse files
; * lisp/eshell/esh-arg.el (eshell-prepare-splice): Fix quoting.
parent
85e33043
Pipeline
#22934
passed with stages
in 144 minutes and 40 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
2 deletions
+3
-2
lisp/eshell/esh-arg.el
lisp/eshell/esh-arg.el
+3
-2
No files found.
lisp/eshell/esh-arg.el
View file @
860c3aad
...
...
@@ -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
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment