diff options
author | Glenn Morris <rgm@gnu.org> | 2008-09-11 06:12:06 +0000 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2008-09-11 06:12:06 +0000 |
commit | 7103fd599b4eb1610e35721ee4ebe95cc32499b8 (patch) | |
tree | 89a11400eea9fbded12e2ac4f9a21964dddb55b5 /lisp/ido.el | |
parent | bd0f7af8bceabaa1f30969bf15c59649c16b828f (diff) | |
download | emacs-7103fd599b4eb1610e35721ee4ebe95cc32499b8.tar.gz |
(ido-mode): Initialize with custom-initialize-default. (Bug#947).
Diffstat (limited to 'lisp/ido.el')
-rw-r--r-- | lisp/ido.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ido.el b/lisp/ido.el index 7d28b101d35..4d786eb8e33 100644 --- a/lisp/ido.el +++ b/lisp/ido.el @@ -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 |