summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJim Porter <jporterbugs@gmail.com>2023-08-22 09:11:13 -0700
committerJim Porter <jporterbugs@gmail.com>2023-08-22 09:11:13 -0700
commit56dac991285f487771384a67603348318fa76066 (patch)
tree30b1b3dadaefe64ec61a72f864b6f87429bcd0db
parent93815e5880516e0d2c860922aea0808b9f106098 (diff)
downloademacs-56dac991285f487771384a67603348318fa76066.tar.gz
; * lisp/eshell/esh-io.el (eshell-virtual-target): Remove default constructor.
-rw-r--r--lisp/eshell/esh-io.el1
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/eshell/esh-io.el b/lisp/eshell/esh-io.el
index 59c5a93d5c8..c9d87c650d5 100644
--- a/lisp/eshell/esh-io.el
+++ b/lisp/eshell/esh-io.el
@@ -499,6 +499,7 @@ after all printing is over with no argument."
(eshell-print "\n"))
(cl-defstruct (eshell-virtual-target
+ (:constructor nil)
(:constructor eshell-virtual-target-create (output-function)))
"A virtual target (see `eshell-virtual-targets')."
output-function)