]> git.eshelyaron.com Git - emacs.git/commitdiff
(ido-mode): Use custom-initialize-set.
authorKim F. Storm <storm@cua.dk>
Mon, 3 Oct 2005 16:45:35 +0000 (16:45 +0000)
committerKim F. Storm <storm@cua.dk>
Mon, 3 Oct 2005 16:45:35 +0000 (16:45 +0000)
lisp/ido.el

index 2d62f6c74ef948901bdb56d3fcfecc8894511f88..b234795d3befb6402ad656e96bcbf8d9ac256caa 100644 (file)
@@ -354,7 +354,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-default
+  :initialize 'custom-initialize-set
   :require 'ido
   :link '(emacs-commentary-link "ido.el")
   :set-after '(ido-save-directory-list-file)