Variable: eshell-plain-diff-behavior

eshell-plain-diff-behavior is a customizable variable defined in em-unix.el.gz.

Value

nil

Documentation

If non-nil, standalone "diff" commands will behave normally.

Standalone in this context means not redirected, and not on the receiving side of a command pipeline.

Source Code

;; Defined in /usr/src/emacs/lisp/eshell/em-unix.el.gz
(defcustom eshell-plain-diff-behavior nil
  "If non-nil, standalone \"diff\" commands will behave normally.
Standalone in this context means not redirected, and not on the
receiving side of a command pipeline."
  :type 'boolean
  :group 'eshell-unix)