emacs-diffs
[Top][All Lists]
Advanced

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

master cc095d2873: ; * etc/NEWS: Move the 'lsh' item to its proper place


From: Eli Zaretskii
Subject: master cc095d2873: ; * etc/NEWS: Move the 'lsh' item to its proper place.
Date: Sat, 23 Jul 2022 06:40:30 -0400 (EDT)

branch: master
commit cc095d28738c8412417ed46e9c482fae8dd7a706
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; * etc/NEWS: Move the 'lsh' item to its proper place.
---
 etc/NEWS | 12 ++++++------
 1 file changed, 6 insertions(+), 6 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index a1fea5d6d6..41036160b8 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2331,6 +2331,12 @@ This change is now applied in 'dired-insert-directory'.
 ** 'compilation-last-buffer' is (finally) declared obsolete.
 It's been obsolete since Emacs-22.1, actually.
 
+---
+** Calling 'lsh' now elicits a byte-compiler warning.
+'lsh' behaves in somewhat surprising and platform-dependent ways for
+negative arguments, and is generally slower than 'ash', which should be
+used instead.
+
 ---
 ** Some functions and variables obsolete since Emacs 24 have been removed:
 'Info-edit-map', 'allout-abbreviate-flattened-numbering',
@@ -3230,12 +3236,6 @@ to preserve the old behavior, apply
 '(take N LIST)' returns the first N elements of LIST; 'ntake' does
 the same but works by modifying LIST destructively.
 
----
-** Calling 'lsh' now elicits a byte-compiler warning.
-'lsh' behaves in somewhat surprising and platform-dependent ways for
-negative arguments and is generally slower than 'ash' which should be
-used instead.
-
 
 
 * Changes in Emacs 29.1 on Non-Free Operating Systems



reply via email to

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