1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-19 18:13:55 +00:00

Add next-error-highlight' and next-error-highlight-no-select'.

This commit is contained in:
Juri Linkov 2004-09-01 18:48:19 +00:00
parent 2beb6aa0e0
commit 8b3094c7c6

View File

@ -1862,7 +1862,9 @@ This option allows you to specify environment variables for inferior
compilation processes without affecting the environment that all
subprocesses inherit.
*** `next-error' now temporarily highlights the corresponding source line.
*** New options `next-error-highlight' and `next-error-highlight-no-select'
specify the method of highlighting of the corresponding source line
in new face `next-error'.
** Grep has been decoupled from compilation mode setup.