branch: externals/shell-command+
commit 595f9724ab98bb0419320c93b3d1c8f425a4b06c
Author: Philip Kaludercic <phil...@posteo.net>
Commit: Philip Kaludercic <phil...@posteo.net>

    Remove a stray quote
---
 shell-command+.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/shell-command+.el b/shell-command+.el
index 25f4562cb6..3df843c8b6 100644
--- a/shell-command+.el
+++ b/shell-command+.el
@@ -415,7 +415,7 @@ entire command."
                       'literal)))
           (cmd (match-string-no-properties 4 command))
           (all (match-string-no-properties 3 command)))
-      (if (or (null dir) (file-directory-p (shell-command+-expand-path' dir)))
+      (if (or (null dir) (file-directory-p (shell-command+-expand-path dir)))
           ;; FIXME: Avoid hard-coding the `shell-command+-expand-path'
           ;; check into the parsing function.
           (list dir ind cmd all)

Reply via email to