aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lisp/iswitchb.el2
2 files changed, 5 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8102cb56a97..bd4f0494123 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12013-03-25 Chong Yidong <cyd@gnu.org>
2
3 * iswitchb.el (iswitchb-read-buffer): Fix typo.
4
12013-03-16 Leo Liu <sdl.web@gmail.com> 52013-03-16 Leo Liu <sdl.web@gmail.com>
2 6
3 * progmodes/scheme.el: Add indentation and font-locking for λ. 7 * 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."
595 ;; The map is generated every time so that it can inherit new 595 ;; The map is generated every time so that it can inherit new
596 ;; functions. 596 ;; functions.
597 (let ((map (copy-keymap minibuffer-local-map)) 597 (let ((map (copy-keymap minibuffer-local-map))
598 buf-sel iswitchb-final-text map 598 buf-sel iswitchb-final-text
599 icomplete-mode) ; prevent icomplete starting up 599 icomplete-mode) ; prevent icomplete starting up
600 (define-key map "?" 'iswitchb-completion-help) 600 (define-key map "?" 'iswitchb-completion-help)
601 (define-key map "\C-s" 'iswitchb-next-match) 601 (define-key map "\C-s" 'iswitchb-next-match)