From 7a78cdd182872313db57b2f5a2384f917cbf94d4 Mon Sep 17 00:00:00 2001 From: ueno Date: Sun, 3 Feb 2002 15:26:33 +0000 Subject: [PATCH] * nnir.el (nnir-imap-default-charset): Always take a symbol value. --- lisp/nnir.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/nnir.el b/lisp/nnir.el index b188fbb..ac7b08f 100644 --- a/lisp/nnir.el +++ b/lisp/nnir.el @@ -463,7 +463,7 @@ that it is for EWS, not Glimpse." (defcustom nnir-imap-default-charset nil "*Name of the charset of the strings that appear in the search criteria." - :type '(choice (const nil) string) + :type '(choice (const nil) symbol) :group 'nnir) ;; Swish++. Next three variables Copyright (C) 2000, 2001 Christoph -- 1.7.10.4