diff options
author | Glenn Morris <rgm@gnu.org> | 2013-03-30 09:55:47 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-03-30 09:55:47 -0700 |
commit | 8d3655be5a5c41b1f0a9985bcdb614693fce67e5 (patch) | |
tree | c213796b69a9d40c6563c211c20ea815754ad560 /lisp/iswitchb.el | |
parent | 14a581695f7b9c70b8531a41a327a2e01f6125ba (diff) | |
parent | b011a6e8011c51e09f28d528a541509c17d4eed0 (diff) | |
download | emacs-8d3655be5a5c41b1f0a9985bcdb614693fce67e5.tar.gz |
Merge from emacs-24; up to 2012-12-26T16:22:18Z!michael.albinus@gmx.de
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 68749f1b012..07873db38e1 100644 --- a/lisp/iswitchb.el +++ b/lisp/iswitchb.el @@ -597,7 +597,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) |