aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2013-10-07 11:40:24 -0400
committerStefan Monnier2013-10-07 11:40:24 -0400
commitbdc6b4c8f6953c561317abf1bad7fc0c0cd069de (patch)
treeb4b44773a24f11a5300e129c454807706497e43e /lisp/ChangeLog
parent764636db721a3e8a56a33ade742a56d6956c0752 (diff)
downloademacs-bdc6b4c8f6953c561317abf1bad7fc0c0cd069de.tar.gz
emacs-bdc6b4c8f6953c561317abf1bad7fc0c0cd069de.zip
* lisp/textmodes/css-mode.el (css-smie-rules): Fix indentation.
(css-mode): Use electric-indent-chars. Fixes: debbugs:15467
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 17ba29fd0ae..972eb2fe2d7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12013-10-07 Stefan Monnier <monnier@iro.umontreal.ca> 12013-10-07 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * textmodes/css-mode.el (css-smie-rules): Fix indentation (bug#15467).
4 (css-mode): Use electric-indent-chars.
5
3 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize. 6 * nxml/nxml-mode.el: Use lexical-binding and syntax-propertize.
4 (font-lock-beg, font-lock-end): Move before first use. 7 (font-lock-beg, font-lock-end): Move before first use.
5 (nxml-mode): Use syntax-propertize-function. 8 (nxml-mode): Use syntax-propertize-function.