Variable: dabbrev-ignored-buffer-regexps

dabbrev-ignored-buffer-regexps is a customizable variable defined in dabbrev.el.gz.

Value

nil

Documentation

List of regexps matching names of buffers that dabbrev should not check.

See also dabbrev-ignored-buffer-names and dabbrev-ignored-buffer-modes.

This variable was added, or its default value changed, in Emacs 21.1.

View in manual

Source Code

;; Defined in /usr/src/emacs/lisp/dabbrev.el.gz
(defcustom dabbrev-ignored-buffer-regexps nil
  "List of regexps matching names of buffers that dabbrev should not check.
See also `dabbrev-ignored-buffer-names' and
`dabbrev-ignored-buffer-modes'."
  :type '(repeat regexp)
  :group 'dabbrev
  :version "21.1")