projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
435861a
)
; * etc/NEWS: Mention that order of overlays might change. (Bug#59067)
author
Eli Zaretskii
<eliz@gnu.org>
Thu, 10 Nov 2022 10:21:10 +0000
(12:21 +0200)
committer
Eli Zaretskii
<eliz@gnu.org>
Thu, 10 Nov 2022 10:21:10 +0000
(12:21 +0200)
etc/NEWS
patch
|
blob
|
history
diff --git
a/etc/NEWS
b/etc/NEWS
index ab64eff74e35df7aad65951e3d274d2f3a4d097d..cb5cedd2038f9abd1be826060cb146829a0dd78e 100644
(file)
--- a/
etc/NEWS
+++ b/
etc/NEWS
@@
-112,7
+112,8
@@
efficient than the original one, and should speed up all the
operations that involve overlays, especially when there are lots of
them in a buffer. However, no changes in behavior of overlays should
be visible on the Lisp or user level, with the exception of better
-performance.
+performance and the order of overlays returned by functions that don't
+promise any particular order.
---
** The docstrings of preloaded files are not in "etc/DOC" any more.