emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 5260f1f: Autoload `split-string-shell-command'


From: Lars Ingebrigtsen
Subject: master 5260f1f: Autoload `split-string-shell-command'
Date: Thu, 15 Jul 2021 11:04:32 -0400 (EDT)

branch: master
commit 5260f1f2c3cbd229269c578284ccfe2a39d7b3d4
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    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 5444b58..5aab80d 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]