[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
emacs-30 1647494c04a: ; * etc/NEWS: Clarify.
From: |
Mattias Engdegård |
Subject: |
emacs-30 1647494c04a: ; * etc/NEWS: Clarify. |
Date: |
Mon, 1 Jul 2024 05:02:15 -0400 (EDT) |
branch: emacs-30
commit 1647494c04a57586c9616603b3ae803c6dd48d30
Author: Mattias Engdegård <mattiase@acm.org>
Commit: Mattias Engdegård <mattiase@acm.org>
; * etc/NEWS: Clarify.
---
etc/NEWS | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/etc/NEWS b/etc/NEWS
index d0534ad7538..6428ef651aa 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2726,8 +2726,8 @@ some obvious cases. Examples:
(aset "abc" 1 ?d)
Such code may have unpredictable behavior because the constants are part
-of the program, not of the data structures generated afresh during
-execution, and the compiler does not expect them to change.
+of the program and are not data structures generated afresh during
+execution; the compiler does not expect them to change.
To avoid the warning, operate on an object created by the program
(maybe a copy of the constant), or use a non-destructive operation
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- emacs-30 1647494c04a: ; * etc/NEWS: Clarify.,
Mattias Engdegård <=