From: Chong Yidong Date: Mon, 25 Mar 2013 03:53:46 +0000 (+0800) Subject: * iswitchb.el (iswitchb-read-buffer): Fix typo. X-Git-Tag: emacs-24.3.90~173^2^2~42^2~45^2~387^2~1943^2~32 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=89468837dbba9ae8c1bb662ade79670eeb97e65c;p=emacs.git * iswitchb.el (iswitchb-read-buffer): Fix typo. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8102cb56a97..bd4f0494123 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2013-03-25 Chong Yidong + + * iswitchb.el (iswitchb-read-buffer): Fix typo. + 2013-03-16 Leo Liu * progmodes/scheme.el: Add indentation and font-locking for λ. 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)