From: Glenn Morris <rgm@gnu.org>
To: 30901-done@debbugs.gnu.org
Subject: bug#30901: 26.0.91; defcustom ibuffer-never-search-content-mode type mismatches default
Date: Wed, 21 Mar 2018 19:40:06 -0400 [thread overview]
Message-ID: <l6vadpm209.fsf@fencepost.gnu.org> (raw)
In-Reply-To: <87lgeluj45.fsf@gmail.com> (Alex Branham's message of "Wed, 21 Mar 2018 18:03:22 -0500")
Version: 26.1
commit e32f352 (HEAD, emacs-26)
Date: Wed Mar 21 19:38:44 2018 -0400
* lisp/ibuf-ext.el (ibuffer-never-search-content-mode): Fix type.
diff --git a/lisp/ibuf-ext.el b/lisp/ibuf-ext.el
index 2023165..a3143e5 100644
--- a/lisp/ibuf-ext.el
+++ b/lisp/ibuf-ext.el
@@ -114,7 +114,7 @@ ibuffer-never-search-content-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)
+ :type '(repeat (symbol :tag "Major mode"))
:require 'ibuf-ext
:group 'ibuffer)
prev parent reply other threads:[~2018-03-21 23:40 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2018-03-21 23:03 bug#30901: 26.0.91; defcustom ibuffer-never-search-content-mode type mismatches default Alex Branham
2018-03-21 23:40 ` Glenn Morris [this message]
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
List information: https://www.gnu.org/software/emacs/
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=l6vadpm209.fsf@fencepost.gnu.org \
--to=rgm@gnu.org \
--cc=30901-done@debbugs.gnu.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
Code repositories for project(s) associated with this public inbox
https://git.savannah.gnu.org/cgit/emacs.git
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).