diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 8 |
1 files changed, 5 insertions, 3 deletions
| @@ -831,9 +831,11 @@ is backwards-compatible with versions of Emacs in which the old function | |||
| 831 | exists. See the node "Displaying Buffers in Side Windows" in the ELisp | 831 | exists. See the node "Displaying Buffers in Side Windows" in the ELisp |
| 832 | manual for more details. | 832 | manual 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; |
| 835 | because garbage collection no longer treats miscellaneous objects | 835 | they are now allocated like any other pseudovector. As a result, the |
| 836 | specially; 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 | ||
| 838 | removed. | ||
| 837 | 839 | ||
| 838 | 840 | ||
| 839 | * Lisp Changes in Emacs 27.1 | 841 | * Lisp Changes in Emacs 27.1 |