(ido-mode): Initialize with custom-initialize-default. (Bug#947).

This commit is contained in:
Glenn Morris 2008-09-11 06:12:06 +00:00
parent bd0f7af8bc
commit 7103fd599b
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2008-09-11 Glenn Morris <rgm@gnu.org>
* ido.el (ido-mode): Initialize with custom-initialize-default.
(Bug#947).
2008-09-10 Chong Yidong <cyd@stupidchicken.com>
* replace.el (perform-replace): Don't set inhibit-read-only using

View file

@ -353,7 +353,7 @@ Setting this variable directly does not take effect;
use either \\[customize] or the function `ido-mode'."
:set #'(lambda (symbol value)
(ido-mode value))
:initialize 'custom-initialize-set
:initialize 'custom-initialize-default
:require 'ido
:link '(emacs-commentary-link "ido.el")
:set-after '(ido-save-directory-list-file