From 5502f96b1a04454244b632c7ed21b785b8a6da5a Mon Sep 17 00:00:00 2001 From: Glenn Morris Date: Wed, 21 Mar 2018 19:38:44 -0400 Subject: [PATCH] * lisp/ibuf-ext.el (ibuffer-never-search-content-mode): Fix type. --- lisp/ibuf-ext.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ibuf-ext.el b/lisp/ibuf-ext.el index 91d9acb3a3c..a1adb1df35a 100644 --- a/lisp/ibuf-ext.el +++ b/lisp/ibuf-ext.el @@ -114,7 +114,7 @@ Buffers whose name matches a regexp in this list, are not searched." "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) -- 2.39.2