branch: externals/plz
commit f9f95a8544319b8c33c976557349f89f0b00cb7d
Author: Adam Porter <[email protected]>
Commit: Adam Porter <[email protected]>
Comment: Add TODO
---
plz.el | 1 +
1 file changed, 1 insertion(+)
diff --git a/plz.el b/plz.el
index b507a4de3b..3872febcfa 100644
--- a/plz.el
+++ b/plz.el
@@ -483,6 +483,7 @@ NOQUERY is passed to `make-process', which see.
(when decode
(decode-coding-region (point)
(point-max) coding-system))
(funcall then (funcall as))))))))
+ ;; TODO: Consider using process properties for these instead of
buffer-local vars.
(setf plz-then then
plz-else else
plz-finally finally