From 56dac991285f487771384a67603348318fa76066 Mon Sep 17 00:00:00 2001 From: Jim Porter Date: Tue, 22 Aug 2023 09:11:13 -0700 Subject: [PATCH] ; * lisp/eshell/esh-io.el (eshell-virtual-target): Remove default constructor. --- lisp/eshell/esh-io.el | 1 + 1 file changed, 1 insertion(+) 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) -- 2.39.2