aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2011-11-18 14:41:36 +0200
committerEli Zaretskii2011-11-18 14:41:36 +0200
commit68c95424afadc486ac61ca60a2b0277ab36ae184 (patch)
tree650770b3fe0e36678f2470d64dde928d3e016bc5 /src/ChangeLog
parent015137db608f0678112ae9a69a1a52889d56161d (diff)
downloademacs-68c95424afadc486ac61ca60a2b0277ab36ae184.tar.gz
emacs-68c95424afadc486ac61ca60a2b0277ab36ae184.zip
Add assertion for hash values of rows.
src/dispnew.c (add_row_entry): Add xassert to verify that ROW's hash code is valid.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index b394c37354f..9af953b08b1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -4,6 +4,7 @@
4 hash values of the two rows. 4 hash values of the two rows.
5 (copy_row_except_pointers): Preserve the used[] arrays and the 5 (copy_row_except_pointers): Preserve the used[] arrays and the
6 hash values of the two rows. (Bug#10035) 6 hash values of the two rows. (Bug#10035)
7 (add_row_entry): Add xassert to verify that ROW's hash code is valid.
7 8
8 * xdisp.c (row_hash): New function, body extracted from 9 * xdisp.c (row_hash): New function, body extracted from
9 compute_line_metrics. 10 compute_line_metrics.