From 5260f1f2c3cbd229269c578284ccfe2a39d7b3d4 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Thu, 15 Jul 2021 17:04:00 +0200 Subject: [PATCH] Autoload `split-string-shell-command' * lisp/shell.el (split-string-shell-command): Autoload. --- lisp/shell.el | 1 + 1 file changed, 1 insertion(+) 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 -- 2.39.5