Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
0fdd1db7
Commit
0fdd1db7
authored
Dec 01, 2010
by
Glenn Morris
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
That's not how you spell "initialization".
parent
2a91a0b5
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
+4
-4
lisp/ChangeLog
lisp/ChangeLog
+1
-1
lisp/ido.el
lisp/ido.el
+3
-3
No files found.
lisp/ChangeLog
View file @
0fdd1db7
...
...
@@ -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-initi
a
lization): New function. (bug#3274)
(ido-mode): Use it.
(ido-completing-read): Call it.
...
...
lisp/ido.el
View file @
0fdd1db7
...
...
@@ -1439,7 +1439,7 @@ Removes badly formatted data and ignored directories."
;; ido kill emacs hook
(ido-save-history))
(
defun
ido-common-initilization
()
(defun ido-common-initi
a
lization ()
(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 @@ This function also adds a hook to the minibuffer."
(ido-everywhere (if ido-everywhere 1 -1))
(when ido-mode
(
ido-common-initilization
)
(ido-common-initi
a
lization)
(ido-load-history)
(add-hook 'kill-emacs-hook 'ido-kill-emacs-hook)
...
...
@@ -4682,7 +4682,7 @@ DEF, if non-nil, is the default value."
(ido-context-switch-command 'ignore)
(ido-choice-list choices))
;; Initialize ido before invoking ido-read-internal
(
ido-common-initilization
)
(ido-common-initi
a
lization)
(ido-read-internal 'list prompt hist def require-match initial-input)))
(defun ido-unload-function ()
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment