emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 90029c9: ; * etc/NEWS: Move entry to its right place.


From: Mattias Engdegård
Subject: master 90029c9: ; * etc/NEWS: Move entry to its right place.
Date: Sun, 18 Jul 2021 07:35:55 -0400 (EDT)

branch: master
commit 90029c9dbea0a815c228369b85806f7daed9cfab
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>

    ; * etc/NEWS: Move entry to its right place.
---
 etc/NEWS | 16 ++++++++--------
 1 file changed, 8 insertions(+), 8 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index 88d8fbe..f547e25 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1599,6 +1599,14 @@ 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]