]> code.delx.au - gnu-emacs/commit
Fix bug#13708
authorJambunathan K <kjambunathan@gmail.com>
Fri, 15 Feb 2013 19:19:29 +0000 (00:49 +0530)
committerJambunathan K <kjambunathan@gmail.com>
Fri, 15 Feb 2013 19:19:29 +0000 (00:49 +0530)
commitd7e76a89295826932706081531dde1ab43110329
treed390885459973abaead959ea1de1d1c82b37dbbc
parentd64d97e537301a9787a569982d67eed8ecdabe8b
Fix bug#13708

* lisp/icomplete.el (icomplete-minibuffer-map): Unbind `C-s' and `C-r'.
Bind `C-.' and `C-,' to `icomplete-forward-completions' and
`icomplete-backward-completions'.

* lisp/ido.el (ido-init-completion-maps): Bind `C-.' and `C-,' to
`ido-next-match' and `ido-prev-match' resply.

* lisp/iswitchb.el (iswitchb-read-buffer): Bind `C-.' and `C-,' to
`iswitchb-next-match' and `iswitchb-prev-match' resply.
lisp/ChangeLog
lisp/icomplete.el
lisp/ido.el
lisp/iswitchb.el