diff options
author | Chong Yidong <cyd@gnu.org> | 2013-03-25 11:53:46 +0800 |
---|---|---|
committer | Chong Yidong <cyd@gnu.org> | 2013-03-25 11:53:46 +0800 |
commit | 89468837dbba9ae8c1bb662ade79670eeb97e65c (patch) | |
tree | ac3b57944fd9c95c861091d8bfe40c729c1b00ff /lisp/iswitchb.el | |
parent | 67ed8fcd04edeff2d4931acf476e7067c5ceeef2 (diff) | |
download | emacs-89468837dbba9ae8c1bb662ade79670eeb97e65c.tar.gz |
* iswitchb.el (iswitchb-read-buffer): Fix typo.
Diffstat (limited to 'lisp/iswitchb.el')
-rw-r--r-- | lisp/iswitchb.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/iswitchb.el b/lisp/iswitchb.el index 93d589c7706..e141a771c52 100644 --- a/lisp/iswitchb.el +++ b/lisp/iswitchb.el @@ -595,7 +595,7 @@ the selection process begins. Used by isearchb.el." ;; The map is generated every time so that it can inherit new ;; functions. (let ((map (copy-keymap minibuffer-local-map)) - buf-sel iswitchb-final-text map + buf-sel iswitchb-final-text icomplete-mode) ; prevent icomplete starting up (define-key map "?" 'iswitchb-completion-help) (define-key map "\C-s" 'iswitchb-next-match) |