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.

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

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'."
  :type '(repeat regexp)
  :group 'dabbrev
  :version "21.1")