aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/FOR-RELEASE10
1 files changed, 10 insertions, 0 deletions
diff --git a/admin/FOR-RELEASE b/admin/FOR-RELEASE
index c1956dd805e..0362ea8a788 100644
--- a/admin/FOR-RELEASE
+++ b/admin/FOR-RELEASE
@@ -37,6 +37,16 @@ a bitmap appearence.
37 37
38* FATAL ERRORS 38* FATAL ERRORS
39 39
40** Emacs infloops in redisplay when displaying a non-breaking
41space in an overlay. Setting `nobreak-char-display' to nil makes the
42bug go away. The following form reproduces the bug:
43
44(overlay-put (make-overlay 1 2 nil t)
45 'after-string
46 (string (decode-char 'ucs #x00A0)))
47
48(Copy to *scratch* and evaluate.)
49
40** Investigate reported crashes in compact_small_strings. 50** Investigate reported crashes in compact_small_strings.
41 51
42** Investigate reported crashes related to using an 52** Investigate reported crashes related to using an