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

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

[elpa] externals/plz 8f263bfd0f 09/40: Comment: Remove old TODO


From: ELPA Syncer
Subject: [elpa] externals/plz 8f263bfd0f 09/40: Comment: Remove old TODO
Date: Mon, 26 Jun 2023 06:59:32 -0400 (EDT)

branch: externals/plz
commit 8f263bfd0f63cfaebb36aff811a41c879f195bb6
Author: Adam Porter <adam@alphapapa.net>
Commit: Adam Porter <adam@alphapapa.net>

    Comment: Remove old TODO
---
 plz.el | 1 -
 1 file changed, 1 deletion(-)

diff --git a/plz.el b/plz.el
index 140f9843c8..c0cb93a3d7 100644
--- a/plz.el
+++ b/plz.el
@@ -497,7 +497,6 @@ NOQUERY is passed to `make-process', which see."
         (when body
           (cl-typecase body
             (string (process-send-string process body))
-            ;; TODO: Document that BODY can be a buffer.
             (buffer (with-current-buffer body
                       (process-send-region process (point-min) (point-max))))))
         (process-send-eof process)



reply via email to

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