Variable: term-input-ignoredups

term-input-ignoredups is a customizable variable defined in term.el.gz.

Value

nil

Documentation

If non-nil, don't add input matching the last on the input ring.

This mirrors the optional behavior of bash.

This variable is buffer-local.

Source Code

;; Defined in /usr/src/emacs/lisp/term.el.gz
(defcustom term-input-ignoredups nil
  "If non-nil, don't add input matching the last on the input ring.
This mirrors the optional behavior of bash.

This variable is buffer-local."
  :type 'boolean
  :group 'term)