diff options
| author | Stefan Monnier | 2013-10-07 11:40:24 -0400 |
|---|---|---|
| committer | Stefan Monnier | 2013-10-07 11:40:24 -0400 |
| commit | bdc6b4c8f6953c561317abf1bad7fc0c0cd069de (patch) | |
| tree | b4b44773a24f11a5300e129c454807706497e43e /lisp/ChangeLog | |
| parent | 764636db721a3e8a56a33ade742a56d6956c0752 (diff) | |
| download | emacs-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/ChangeLog | 3 |
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 @@ | |||
| 1 | 2013-10-07 Stefan Monnier <monnier@iro.umontreal.ca> | 1 | 2013-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. |