From: Jim Porter Date: Tue, 22 Aug 2023 16:11:13 +0000 (-0700) Subject: ; * lisp/eshell/esh-io.el (eshell-virtual-target): Remove default constructor. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=56dac991285f487771384a67603348318fa76066;p=emacs.git ; * lisp/eshell/esh-io.el (eshell-virtual-target): Remove default constructor. --- 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)