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
5260f1f2
Commit
5260f1f2
authored
Jul 15, 2021
by
Lars Ingebrigtsen
Browse files
Autoload `split-string-shell-command'
* lisp/shell.el (split-string-shell-command): Autoload.
parent
acf583b2
Pipeline
#11418
failed with stages
in 34 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
0 deletions
+1
-0
lisp/shell.el
lisp/shell.el
+1
-0
No files found.
lisp/shell.el
View file @
5260f1f2
...
...
@@ -459,6 +459,7 @@ Useful for shells like zsh that has this feature."
(
push
(
mapconcat
#'
identity
(
nreverse
arg
)
""
)
args
)))
(
cons
(
nreverse
args
)
(
nreverse
begins
)))))
;;;###autoload
(
defun
split-string-shell-command
(
string
)
"Split STRING (a shell command) into a list of strings.
General shell syntax, like single and double quoting, as well as
...
...
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