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

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

[elpa] externals/shell-command+ 595f9724ab 06/13: Remove a stray quote


From: ELPA Syncer
Subject: [elpa] externals/shell-command+ 595f9724ab 06/13: Remove a stray quote
Date: Thu, 25 Aug 2022 09:57:59 -0400 (EDT)

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

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