From: Lars Ingebrigtsen Date: Thu, 15 Jul 2021 15:04:00 +0000 (+0200) Subject: Autoload `split-string-shell-command' X-Git-Tag: emacs-28.0.90~1856 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=5260f1f2c3cbd229269c578284ccfe2a39d7b3d4;p=emacs.git Autoload `split-string-shell-command' * lisp/shell.el (split-string-shell-command): Autoload. --- diff --git a/lisp/shell.el b/lisp/shell.el index 5444b5837c2..5aab80d1031 100644 --- a/lisp/shell.el +++ b/lisp/shell.el @@ -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