mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-20 11:33:09 -08:00
Describe changes to the occur-mode implementation in NEWS
* etc/NEWS: Mention change to the `occur-target` property (bug#39121).
This commit is contained in:
parent
81da37b662
commit
a45aed9479
1 changed files with 9 additions and 0 deletions
9
etc/NEWS
9
etc/NEWS
|
|
@ -766,6 +766,15 @@ faces in other ways.
|
|||
*** The new command 'recenter-current-error', bound to 'l' in Occur or
|
||||
compilation buffers, recenters the current displayed occurrence/error.
|
||||
|
||||
---
|
||||
*** Occur mode may use a different type for 'occur-target' property values.
|
||||
The value was previously always a marker set to the start of the first
|
||||
match on the line but can now also be a list of (BEGIN . END) pairs
|
||||
of markers delimiting each match on the line.
|
||||
This is a fully compatible change to the internal occur-mode
|
||||
implementation, and code creating their own occur-mode buffers will
|
||||
work as before.
|
||||
|
||||
** EIEIO
|
||||
|
||||
+++
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue