emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111336: * iswitchb.el (iswitchb-r


From: Chong Yidong
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111336: * iswitchb.el (iswitchb-read-buffer): Fix typo.
Date: Mon, 25 Mar 2013 11:53:46 +0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111336
committer: Chong Yidong <address@hidden>
branch nick: emacs-24
timestamp: Mon 2013-03-25 11:53:46 +0800
message:
  * iswitchb.el (iswitchb-read-buffer): Fix typo.
modified:
  lisp/ChangeLog
  lisp/iswitchb.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2013-03-16 15:24:39 +0000
+++ b/lisp/ChangeLog    2013-03-25 03:53:46 +0000
@@ -1,3 +1,7 @@
+2013-03-25  Chong Yidong  <address@hidden>
+
+       * iswitchb.el (iswitchb-read-buffer): Fix typo.
+
 2013-03-16  Leo Liu  <address@hidden>
 
        * progmodes/scheme.el: Add indentation and font-locking for λ.

=== modified file 'lisp/iswitchb.el'
--- a/lisp/iswitchb.el  2013-01-01 09:11:05 +0000
+++ b/lisp/iswitchb.el  2013-03-25 03:53:46 +0000
@@ -595,7 +595,7 @@
   ;; 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)


reply via email to

[Prev in Thread] Current Thread [Next in Thread]