aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorGlenn Morris <[email protected]>2014-06-05 23:45:16 -0700
committerGlenn Morris <[email protected]>2014-06-05 23:45:16 -0700
commit137dcb47fb022fb99b62e3330915db80b018537e (patch)
treeb9e783457bd68a7c78deac83f25e99030463c66b /etc
parent9f7c9816f6e61841d47f221eaa27c2dc44e96dad (diff)
Document incompatible overlay priority change
* doc/lispref/display.texi (Overlay Properties): Update re priority. * etc/NEWS: Related edit. Fixes: debbugs:17234
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS8
1 files changed, 6 insertions, 2 deletions
diff --git a/etc/NEWS b/etc/NEWS
index fce36903c2..ebd816f5d6 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -1149,6 +1149,12 @@ low-level libraries gfilenotify.c, inotify.c or w32notify.c.
* Incompatible Lisp Changes in Emacs 24.4
++++
+** Do not assume that the priority of all overlays will be numeric.
+(You should still only specify integer priorities on overlays you create.)
+If you need to sort arbitrary overlays into priority order, `overlays-at'
+can now optionally do this.
+
---
** `kill-region' has lost its `yank-handler' optional argument.
@@ -1248,8 +1254,6 @@ the other.
* Lisp Changes in Emacs 24.4
-** overlays-at can optionally sort its result by priority.
-
+++
** The second argument of `eval' can now specify a lexical environment.