Mercurial > emacs
changeset 65802:4c1b9d579db1
(ido-mode): Use custom-initialize-set.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Mon, 03 Oct 2005 16:45:35 +0000 |
parents | 6a25a3d980cb |
children | e30aec38a95e |
files | lisp/ido.el |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ido.el Mon Oct 03 16:45:22 2005 +0000 +++ b/lisp/ido.el Mon Oct 03 16:45:35 2005 +0000 @@ -354,7 +354,7 @@ 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)