From: Eli Zaretskii Date: Sat, 23 Jul 2022 10:39:50 +0000 (+0300) Subject: ; * etc/NEWS: Move the 'lsh' item to its proper place. X-Git-Tag: emacs-29.0.90~1447^2~782 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=cc095d28738c8412417ed46e9c482fae8dd7a706;p=emacs.git ; * etc/NEWS: Move the 'lsh' item to its proper place. --- 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