Skip to content

Commit 5260f1f

Browse files
committed
Autoload `split-string-shell-command'
* lisp/shell.el (split-string-shell-command): Autoload.
1 parent acf583b commit 5260f1f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lisp/shell.el

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -459,6 +459,7 @@ Useful for shells like zsh that has this feature."
459459
(push (mapconcat #'identity (nreverse arg) "") args)))
460460
(cons (nreverse args) (nreverse begins)))))
461461

462+
;;;###autoload
462463
(defun split-string-shell-command (string)
463464
"Split STRING (a shell command) into a list of strings.
464465
General shell syntax, like single and double quoting, as well as

0 commit comments

Comments
 (0)