From e5cc282809ae8d9cb8ee6ec36805bf05999d7394 Mon Sep 17 00:00:00 2001 From: Andrew Cohen Date: Sun, 28 Nov 2010 11:52:21 -0500 Subject: [PATCH] nnir-ignore-newsgroups: fix default value. --- lisp/nnir.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/nnir.el b/lisp/nnir.el index bae154d04..547945afa 100644 --- a/lisp/nnir.el +++ b/lisp/nnir.el @@ -202,7 +202,7 @@ :type '(alist) :group 'nnir) -(defcustom nnir-ignored-newsgroups nil +(defcustom nnir-ignored-newsgroups "" "*A regexp to match newsgroups in the active file that should be skipped when searching." :type '(regexp) -- 2.25.1