summaryrefslogtreecommitdiff
path: root/lisp/iswitchb.el
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2013-03-25 11:53:46 +0800
committerChong Yidong <cyd@gnu.org>2013-03-25 11:53:46 +0800
commit89468837dbba9ae8c1bb662ade79670eeb97e65c (patch)
treeac3b57944fd9c95c861091d8bfe40c729c1b00ff /lisp/iswitchb.el
parent67ed8fcd04edeff2d4931acf476e7067c5ceeef2 (diff)
downloademacs-89468837dbba9ae8c1bb662ade79670eeb97e65c.tar.gz
* iswitchb.el (iswitchb-read-buffer): Fix typo.
Diffstat (limited to 'lisp/iswitchb.el')
-rw-r--r--lisp/iswitchb.el2
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)