Function: eshell-operator

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

Signature

(eshell-operator &rest ARGS)

Documentation

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

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/esh-arg.el.gz
(defsubst eshell-operator (&rest _args)
  "A stub function that generates an error if a floating operator is found."
  (error "Unhandled operator in input text"))