aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChong Yidong2013-03-25 11:53:46 +0800
committerChong Yidong2013-03-25 11:53:46 +0800
commit89468837dbba9ae8c1bb662ade79670eeb97e65c (patch)
treeac3b57944fd9c95c861091d8bfe40c729c1b00ff
parent67ed8fcd04edeff2d4931acf476e7067c5ceeef2 (diff)
downloademacs-89468837dbba9ae8c1bb662ade79670eeb97e65c.tar.gz
emacs-89468837dbba9ae8c1bb662ade79670eeb97e65c.zip
* iswitchb.el (iswitchb-read-buffer): Fix typo.
-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)