branch: externals/shell-command+
commit e76acf5baef6d7f9a9bb9406ca370b5816bc6d58
Author: Philip K <phil...@posteo.net>
Commit: Philip K <phil...@posteo.net>

    Remove test code from main file
---
 shell-command+.el | 2 --
 1 file changed, 2 deletions(-)

diff --git a/shell-command+.el b/shell-command+.el
index 6d9a3aa..319f8aa 100644
--- a/shell-command+.el
+++ b/shell-command+.el
@@ -154,8 +154,6 @@ If EXPAND is non-nil, expand wildcards."
       (error "Tokenization error at %s" (substring command pos)))
     (apply #'append (nreverse tokens))))
 
-(shell-command+-tokenize "a \"*\" *.el c" t)
-
 (defun shell-command+-cmd-grep (command)
   "Convert COMMAND into a `grep' call."
   (grep (mapconcat #'identity (shell-command+-tokenize command t) " ")))

Reply via email to