1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 18:40:39 -08:00

; * lisp/eshell/esh-io.el (eshell-virtual-target): Remove default constructor.

This commit is contained in:
Jim Porter 2023-08-22 09:11:13 -07:00
parent 93815e5880
commit 56dac99128

View file

@ -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)