aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2014-04-16 11:28:26 -0400
committerStefan Monnier2014-04-16 11:28:26 -0400
commitb262bde327db2cd9b2f01f2d3ed946d0b188cb9d (patch)
tree4af1a9d00a5e77bbdd9b0d7f4e90651a7eae258f /lisp/ChangeLog
parentc76a7a5cd27eb2359f383d481005bf12010f368e (diff)
downloademacs-b262bde327db2cd9b2f01f2d3ed946d0b188cb9d.tar.gz
emacs-b262bde327db2cd9b2f01f2d3ed946d0b188cb9d.zip
* lisp/nxml/nxml-mode.el (nxml-fontify-matcher): Make sure propertization
was done. * lisp/nxml/xmltok.el (xmltok-scan-after-comment-open): Extend unclosed comment to EOB. Fixes: debbugs:17264
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 38f71bdd78d..e974b30700b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,10 @@
12014-04-16 Stefan Monnier <monnier@iro.umontreal.ca> 12014-04-16 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * nxml/nxml-mode.el (nxml-fontify-matcher): Make sure propertization
4 was done (bug#17264).
5 * nxml/xmltok.el (xmltok-scan-after-comment-open): Extend unclosed
6 comment to EOB.
7
3 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in 8 * progmodes/perl-mode.el (perl-calculate-indent): Don't auto-indent in
4 here-documents (bug#17262). 9 here-documents (bug#17262).
5 10