From cc095d28738c8412417ed46e9c482fae8dd7a706 Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Sat, 23 Jul 2022 13:39:50 +0300 Subject: [PATCH] ; * 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 a1fea5d6d68..41036160b8d 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 -- 2.39.2