Function: eshell-splice-args

eshell-splice-args is a byte-compiled function defined in esh-arg.el.gz.

Signature

(eshell-splice-args &rest ARGS)

Documentation

A stub function that generates an error if a floating splice is found.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-arg.el.gz
(defsubst eshell-splice-args (&rest _args)
  "A stub function that generates an error if a floating splice is found."
  (error "Splice operator is not permitted in this context"))