* iswitchb.el (iswitchb-read-buffer): Fix typo.
This commit is contained in:
parent
67ed8fcd04
commit
89468837db
2 changed files with 5 additions and 1 deletions
|
@ -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 λ.
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Add table
Reference in a new issue