]> git.eshelyaron.com Git - emacs.git/commit
Add Isearch commands for going to absolute occurrence of matches (bug#29321)
authorJuri Linkov <juri@linkov.net>
Thu, 22 Nov 2018 22:02:56 +0000 (00:02 +0200)
committerJuri Linkov <juri@linkov.net>
Thu, 22 Nov 2018 22:02:56 +0000 (00:02 +0200)
commit4dc73269561237d04280b0a212eee603f1e73c9f
tree9c33074dd030f9846303d42eb5620a9cce53d438
parent7a85753d35b9b010baed7e297f72b308318c3b67
Add Isearch commands for going to absolute occurrence of matches (bug#29321)

* lisp/isearch.el (isearch-mode-map): Bind 'M-s M-<' to
'isearch-beginning-of-buffer' and 'isearch-end-of-buffer' to 'M-s M->'.
(isearch-beginning-of-buffer, isearch-end-of-buffer): New commands.
etc/NEWS
lisp/isearch.el