emacs-elpa-diffs
[Top][All Lists]
Advanced

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

[elpa] externals/shell-command+ e76acf5 10/13: Remove test code from mai


From: Stefan Monnier
Subject: [elpa] externals/shell-command+ e76acf5 10/13: Remove test code from main file
Date: Sun, 23 May 2021 13:41:27 -0400 (EDT)

branch: externals/shell-command+
commit e76acf5baef6d7f9a9bb9406ca370b5816bc6d58
Author: Philip K <philipk@posteo.net>
Commit: Philip K <philipk@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

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