From 610a4f648645eb8c66303c64c9be909e2ca93ee8 Mon Sep 17 00:00:00 2001 From: Markus Rost Date: Tue, 23 Jul 2002 02:26:56 +0000 Subject: [PATCH] (ido-separator): Fix type. --- lisp/ido.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/ido.el b/lisp/ido.el index 5a704544ea1..7a8a8dd92ed 100644 --- a/lisp/ido.el +++ b/lisp/ido.el @@ -652,7 +652,7 @@ ask user whether to create buffer, or 'never to never create new buffer." (defcustom ido-separator nil "*String used by ido to separate the alternatives in the minibuffer. Obsolete. Set 3rd element of `ido-decorations' instead." - :type 'string + :type '(choice string (const nil)) :group 'ido) (defcustom ido-decorations '( "{" "}" " | " " | ..." "[" "]" " [No match]" " [Matched]") -- 2.39.2