From: Markus Rost Date: Tue, 23 Jul 2002 02:26:56 +0000 (+0000) Subject: (ido-separator): Fix type. X-Git-Tag: ttn-vms-21-2-B4~13907 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=610a4f648645eb8c66303c64c9be909e2ca93ee8;p=emacs.git (ido-separator): Fix type. --- 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]")