bug-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#30901: 26.0.91; defcustom ibuffer-never-search-content-mode type mis


From: Alex Branham
Subject: bug#30901: 26.0.91; defcustom ibuffer-never-search-content-mode type mismatches default
Date: Wed, 21 Mar 2018 18:03:22 -0500
User-agent: mu4e 1.0; emacs 26.0.91

ibuffer-never-search-content-mode's default does not match its :type,
causing M-x customize-variable to complain about it:

(defcustom ibuffer-never-search-content-mode '(dired-mode)
  "A list of major modes ignored by `ibuffer-mark-by-content-regexp'.
Buffers whose major mode is in this list, are not searched."
  :version "26.1"
  :type '(repeat regexp)
  :require 'ibuf-ext
  :group 'ibuffer)





reply via email to

[Prev in Thread] Current Thread [Next in Thread]