]> git.eshelyaron.com Git - emacs.git/commitdiff
Autoload `split-string-shell-command'
authorLars Ingebrigtsen <larsi@gnus.org>
Thu, 15 Jul 2021 15:04:00 +0000 (17:04 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Thu, 15 Jul 2021 15:04:26 +0000 (17:04 +0200)
* lisp/shell.el (split-string-shell-command): Autoload.

lisp/shell.el

index 5444b5837c259a566451f58ad02ecef13b76c7f6..5aab80d1031087910a13d685c42c0a426cf6f04a 100644 (file)
@@ -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