emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

master 4eed2768b10: ; Fix last change.


From: Eli Zaretskii
Subject: master 4eed2768b10: ; Fix last change.
Date: Sat, 24 Feb 2024 06:03:30 -0500 (EST)

branch: master
commit 4eed2768b10d074612853b68248a4b255a5c7d58
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    ; Fix last change.
---
 etc/NEWS | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/etc/NEWS b/etc/NEWS
index a47376f7f02..0578da899bb 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2025,9 +2025,10 @@ The old vector representation is still accepted by 
functions operating
 on obarrays, but 'obarrayp' only returns 't' for obarray objects.
 'type-of' now returns 'obarray' for obarray objects.
 
-Old code which incorrectly created "obarrays" as Lisp vectors filled
+Old code which (incorrectly) created "obarrays" as Lisp vectors filled
 with something other than 0, as in '(make-vector N nil)', will no longer
-work at all and should be rewritten to use 'obarray-make'.
+work, and should be rewritten to use 'obarray-make'.  Alternatively, you
+can fill the vector with 0.
 
 +++
 *** New function 'obarray-clear' removes all symbols from an obarray.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]