* iswitchb.el (iswitchb-read-buffer): Fix typo.
authorChong Yidong <cyd@gnu.org>
Mon, 25 Mar 2013 03:53:46 +0000 (11:53 +0800)
committerChong Yidong <cyd@gnu.org>
Mon, 25 Mar 2013 03:53:46 +0000 (11:53 +0800)
lisp/ChangeLog
lisp/iswitchb.el

index 8102cb5..bd4f049 100644 (file)
@@ -1,3 +1,7 @@
+2013-03-25  Chong Yidong  <cyd@gnu.org>
+
+       * iswitchb.el (iswitchb-read-buffer): Fix typo.
+
 2013-03-16  Leo Liu  <sdl.web@gmail.com>
 
        * progmodes/scheme.el: Add indentation and font-locking for λ.
index 93d589c..e141a77 100644 (file)
@@ -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)