Mercurial > emacs
changeset 111894:d6652a7e443a
That's not how you spell "initialization".
author | Glenn Morris <rgm@gnu.org> |
---|---|
date | Wed, 01 Dec 2010 23:40:32 -0800 |
parents | fb9ef71605cf |
children | 23c0c1abec6b |
files | lisp/ChangeLog lisp/ido.el |
diffstat | 2 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Thu Dec 02 08:12:54 2010 +0100 +++ b/lisp/ChangeLog Wed Dec 01 23:40:32 2010 -0800 @@ -15,7 +15,7 @@ 2010-12-01 Leo <sdl.web@gmail.com> - * ido.el (ido-common-initilization): New function. (bug#3274) + * ido.el (ido-common-initialization): New function. (bug#3274) (ido-mode): Use it. (ido-completing-read): Call it.
--- a/lisp/ido.el Thu Dec 02 08:12:54 2010 +0100 +++ b/lisp/ido.el Wed Dec 01 23:40:32 2010 -0800 @@ -1439,7 +1439,7 @@ ;; ido kill emacs hook (ido-save-history)) -(defun ido-common-initilization () +(defun ido-common-initialization () (ido-init-completion-maps) (add-hook 'minibuffer-setup-hook 'ido-minibuffer-setup) (add-hook 'choose-completion-string-functions 'ido-choose-completion-string)) @@ -1489,7 +1489,7 @@ (ido-everywhere (if ido-everywhere 1 -1)) (when ido-mode - (ido-common-initilization) + (ido-common-initialization) (ido-load-history) (add-hook 'kill-emacs-hook 'ido-kill-emacs-hook) @@ -4682,7 +4682,7 @@ (ido-context-switch-command 'ignore) (ido-choice-list choices)) ;; Initialize ido before invoking ido-read-internal - (ido-common-initilization) + (ido-common-initialization) (ido-read-internal 'list prompt hist def require-match initial-input))) (defun ido-unload-function ()