]> code.delx.au - gnu-emacs/commit
Add `r'/`l' grep command history commands
authorLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 3 Apr 2016 17:46:50 +0000 (19:46 +0200)
committerLars Magne Ingebrigtsen <larsi@gnus.org>
Sun, 3 Apr 2016 17:46:58 +0000 (19:46 +0200)
commita32eea60ac90d367435860fe3a10bf843e6f497c
treeaf270436d5b55079070f92e51dfa2b2f8b86e8fa
parent1b33cd8e7e5c747afde29e10b5fe192c5a37b67a
Add `r'/`l' grep command history commands

* doc/emacs/building.texi (Grep Searching): Mention the
`r'/`l' commands.

* lisp/progmodes/grep.el (grep-forward-history): New command.
(grep-backward-history): Ditto.
(grep--save-buffers): New function.
(grep): Use it to record the history.
(grep--command-history, grep--history-inhibit)
(grep--history-place): New internal variables for the grep
history (bug#22627).
doc/emacs/building.texi
etc/NEWS
lisp/progmodes/grep.el