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

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

[elpa] externals/xeft 46b539d63c: ; * xeft.el (xeft--compile-module): Re


From: ELPA Syncer
Subject: [elpa] externals/xeft 46b539d63c: ; * xeft.el (xeft--compile-module): Remove shell-quote-argument.
Date: Sun, 15 Jan 2023 22:58:29 -0500 (EST)

branch: externals/xeft
commit 46b539d63c8684015501cc27f1887bd654df32bc
Author: Yuan Fu <casouri@gmail.com>
Commit: Yuan Fu <casouri@gmail.com>

    ; * xeft.el (xeft--compile-module): Remove shell-quote-argument.
---
 xeft.el | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/xeft.el b/xeft.el
index d2bf470c4d..ffa0aa6646 100644
--- a/xeft.el
+++ b/xeft.el
@@ -158,9 +158,8 @@ This function takes no arguments and return a list of 
absolute paths."
   (when (not (executable-find "make"))
     (user-error "Couldn’t compile xeft: cannot find make"))
   (let* ((default-directory
-          (shell-quote-argument
-           (file-name-directory
-            (locate-library "xeft.el" t))))
+          (file-name-directory
+           (locate-library "xeft.el" t)))
          (prefix (concat "PREFIX="
                          (read-string "PREFIX (empty by default): ")))
          (buffer (get-buffer-create "*xeft compile*")))



reply via email to

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