[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100257: That's not how you spell
From: |
Glenn Morris |
Subject: |
[Emacs-diffs] /srv/bzr/emacs/emacs-23 r100257: That's not how you spell "initialization". |
Date: |
Wed, 01 Dec 2010 23:40:32 -0800 |
User-agent: |
Bazaar (2.0.3) |
------------------------------------------------------------
revno: 100257
committer: Glenn Morris <address@hidden>
branch nick: emacs-23
timestamp: Wed 2010-12-01 23:40:32 -0800
message:
That's not how you spell "initialization".
modified:
lisp/ChangeLog
lisp/ido.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog 2010-12-02 04:56:54 +0000
+++ b/lisp/ChangeLog 2010-12-02 07:40:32 +0000
@@ -15,7 +15,7 @@
2010-12-01 Leo <address@hidden>
- * 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.
=== modified file 'lisp/ido.el'
--- a/lisp/ido.el 2010-12-01 22:34:09 +0000
+++ b/lisp/ido.el 2010-12-02 07:40:32 +0000
@@ -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 ()
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [Emacs-diffs] /srv/bzr/emacs/emacs-23 r100257: That's not how you spell "initialization".,
Glenn Morris <=