aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 5 insertions, 3 deletions
diff --git a/etc/NEWS b/etc/NEWS
index e381a546a91..f1d09a2b639 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -831,9 +831,11 @@ is backwards-compatible with versions of Emacs in which the old function
831exists. See the node "Displaying Buffers in Side Windows" in the ELisp 831exists. See the node "Displaying Buffers in Side Windows" in the ELisp
832manual for more details. 832manual for more details.
833 833
834** The 'garbage-collect' function no longer returns a 'misc' component 834** garbage collection no longer treats miscellaneous objects specially;
835because garbage collection no longer treats miscellaneous objects 835they are now allocated like any other pseudovector. As a result, the
836specially; they are now allocated like any other pseudovector. 836'garbage-collect' and 'memory-use-count' functions no longer return a
837'misc' component, and the 'misc-objects-consed' variable has been
838removed.
837 839
838 840
839* Lisp Changes in Emacs 27.1 841* Lisp Changes in Emacs 27.1