]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Move entry to its right place.
authorMattias Engdegård <mattiase@acm.org>
Sun, 18 Jul 2021 11:33:30 +0000 (13:33 +0200)
committerMattias Engdegård <mattiase@acm.org>
Sun, 18 Jul 2021 11:35:03 +0000 (13:35 +0200)
etc/NEWS

index 88d8fbe4b89aa20e30aaec064e86d377ed0e79b6..f547e2531c60be19066a0ededa62d13b76381561 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1598,6 +1598,14 @@ case-insensitive matching of messages when the old behavior is
 required, but the recommended solution is to use a correctly matching
 regexp instead.
 
+---
+*** New user option 'compilation-search-all-directories'.
+When doing parallel builds, directories and compilation errors may
+arrive in the "*compilation*" buffer out-of-order.  If this variable is
+non-nil (the default), Emacs will now search backwards in the buffer
+for any directory the file with errors may be in.  If nil, this won't
+be done (and this restores how this previously worked).
+
 ---
 *** Messages from ShellCheck are now recognized.
 
@@ -2357,14 +2365,6 @@ doesn't turn on 'display-fill-column-indicator-mode' in special-mode
 buffers.  This can be controlled by customizing the variable
 'global-display-fill-column-indicator-modes'.
 
----
-*** New user option 'compilation-search-all-directories'.
-When doing parallel builds, directories and compilation errors may
-arrive in the "*compilation*" buffer out-of-order.  If this variable is
-non-nil (the default), Emacs will now search backwards in the buffer
-for any directory the file with errors may be in.  If nil, this won't
-be done (and this restores how this previously worked).
-
 +++
 *** New user option 'next-error-message-highlight'.
 In addition to a fringe arrow, 'next-error' error may now optionally