]> git.eshelyaron.com Git - emacs.git/commitdiff
; * etc/NEWS: Move the 'lsh' item to its proper place.
authorEli Zaretskii <eliz@gnu.org>
Sat, 23 Jul 2022 10:39:50 +0000 (13:39 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sat, 23 Jul 2022 10:39:50 +0000 (13:39 +0300)
etc/NEWS

index a1fea5d6d6809fb0001db5cb35772f36a87bb35b..41036160b8d5c02c5514c60f97d3d4f6166f06b5 100644 (file)
--- 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.
-
 
 \f
 * Changes in Emacs 29.1 on Non-Free Operating Systems