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

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

[elpa] externals/consult fdba8a4fc4: consult--async-process: Fix compati


From: ELPA Syncer
Subject: [elpa] externals/consult fdba8a4fc4: consult--async-process: Fix compatibility code
Date: Sun, 29 Jan 2023 12:57:25 -0500 (EST)

branch: externals/consult
commit fdba8a4fc4ce28e5d8a33ed47a1a87f04234fd5e
Author: Daniel Mendler <mail@daniel-mendler.de>
Commit: Daniel Mendler <mail@daniel-mendler.de>

    consult--async-process: Fix compatibility code
---
 consult.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/consult.el b/consult.el
index ab5dcb4b11..c81d7cd16a 100644
--- a/consult.el
+++ b/consult.el
@@ -2073,7 +2073,7 @@ PROPS are optional properties passed to `make-process'."
                  (setq args (car args))
                ;; TODO remove backward compatibility code
                (message "Consult: The command builder return value changed, it 
should be a pair instead of a plist")
-               (plist-get args :command)))
+               (setq args (plist-get args :command))))
            (unless (equal args last-args)
              (setq last-args args)
              (when proc



reply via email to

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