]> git.eshelyaron.com Git - emacs.git/commitdiff
* iswitchb.el (iswitchb-read-buffer): Fix typo.
authorChong Yidong <cyd@gnu.org>
Mon, 25 Mar 2013 03:53:46 +0000 (11:53 +0800)
committerChong Yidong <cyd@gnu.org>
Mon, 25 Mar 2013 03:53:46 +0000 (11:53 +0800)
lisp/ChangeLog
lisp/iswitchb.el

index 8102cb56a9747e903f221950714695f8b218dd6e..bd4f0494123fabc61c25474c7e65bec4183d1240 100644 (file)
@@ -1,3 +1,7 @@
+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 λ.
index 93d589c7706cc124d09d25ef0d3f29d27c01a64b..e141a771c52decd2fd64cb79d75cb156f31f3cb3 100644 (file)
@@ -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)