aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 49aa7f6007b..3b98ef7d2f5 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -612,6 +612,10 @@ be functions.
612nil, but instead of scrolling the current line to the top of the 612nil, but instead of scrolling the current line to the top of the
613screen when there is no left fringe, it inserts a visible arrow before 613screen when there is no left fringe, it inserts a visible arrow before
614column zero. 614column zero.
615---
616*** The new 'compilation-transform-file-match-alist' variable can be used
617to transform file name matches compilation output, and remove known
618false positives being recognised as warnings/errors.
615 619
616** cl-lib.el 620** cl-lib.el
617+++ 621+++