+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 λ.
;; 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)