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:
parent
93815e5880
commit
56dac99128
1 changed files with 1 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue