aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2000-12-09 20:17:59 +0000
committerStefan Monnier2000-12-09 20:17:59 +0000
commit42ebfa31908b5ac462078878c89c41f9ad1de3eb (patch)
treec594c75f55132dcf259bee639c4b2b3c64f4889c /src/ChangeLog
parent2b5e2db91bf5ee008d0cf6a65b6943d4f1483f8c (diff)
downloademacs-42ebfa31908b5ac462078878c89c41f9ad1de3eb.tar.gz
emacs-42ebfa31908b5ac462078878c89c41f9ad1de3eb.zip
(scan_lists): Check that the right quote char has the
right Sstring syntax when jumping over strings. (init_syntax_once): Use Smax rather than 13.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 08f329de2ef..2ad78bfe2ff 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12000-12-09 Stefan Monnier <monnier@cs.yale.edu>
2
3 * syntax.c (scan_lists): Check that the right quote char has the
4 right Sstring syntax when jumping over strings.
5 (init_syntax_once): Use Smax rather than 13.
6
12000-12-09 Miles Bader <miles@gnu.org> 72000-12-09 Miles Bader <miles@gnu.org>
2 8
3 * window.c (Fpos_visible_in_window_p): Replace FULLY parameter 9 * window.c (Fpos_visible_in_window_p): Replace FULLY parameter