aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2014-08-27 22:40:54 +0300
committerEli Zaretskii2014-08-27 22:40:54 +0300
commit9bac5fd91f5012a682be13e16561671f0f01c941 (patch)
tree4a5508bd086ad5ee758b3d636348741d5ae154f3 /src/ChangeLog
parent110d87a1cc6a47e31ad9d70cc6366dd81d213860 (diff)
downloademacs-9bac5fd91f5012a682be13e16561671f0f01c941.tar.gz
emacs-9bac5fd91f5012a682be13e16561671f0f01c941.zip
Fix bug #18339 with segfault when $ is typed into empty LaTeX buffer.
src/syntax.c (scan_lists): Don't examine positions before BEGV.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8a32bc27b0b..a7c8cb59a0f 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12014-08-27 Eli Zaretskii <eliz@gnu.org>
2
3 * syntax.c (scan_lists): Don't examine positions before BEGV.
4 (Bug#18339)
5
12014-08-27 Paul Eggert <eggert@cs.ucla.edu> 62014-08-27 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 Improve robustness of new string-collation code (Bug#18051). 8 Improve robustness of new string-collation code (Bug#18051).