branch: externals/plz
commit c786bbf7d2b41b97319480da6ba368d4e1ddf4df
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>

    Tidy/Comment
---
 plz.el | 7 +++++--
 1 file changed, 5 insertions(+), 2 deletions(-)

diff --git a/plz.el b/plz.el
index 3872febcfa..dfbc8d1d6b 100644
--- a/plz.el
+++ b/plz.el
@@ -487,8 +487,11 @@ NOQUERY is passed to `make-process', which see.
         (setf plz-then then
               plz-else else
               plz-finally finally
-              plz-sync sync-p)
-        (setf (process-get process :plz-args) (apply #'list method url rest))
+              plz-sync sync-p
+              ;; Record list of arguments for debugging purposes (e.g. when
+              ;; using Edebug in a process buffer, this allows determining
+              ;; which request the buffer is for).
+              (process-get process :plz-args) (apply #'list method url rest))
         ;; Send --config arguments.
         (process-send-string process curl-config)
         (when body

Reply via email to