mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-21 04:17:35 +00:00
(ido-mode): Initialize with custom-initialize-default. (Bug#947).
This commit is contained in:
parent
bd0f7af8bc
commit
7103fd599b
2 changed files with 6 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue