Mercurial > emacs
comparison lisp/ChangeLog @ 106873:8357132d4077
Fix return value of nxml-extend-after-change-region.
* nxml/nxml-mode.el (nxml-extend-after-change-region): Never return t (Bug#3898).
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 16 Jan 2010 17:24:05 -0500 |
parents | a9f181d02023 |
children | ad7558737bc7 |
comparison
equal
deleted
inserted
replaced
106872:a9f181d02023 | 106873:8357132d4077 |
---|---|
1 2010-01-16 Lennart Borgman <lennart.borgman@gmail.com> | |
2 | |
3 * nxml/nxml-mode.el (nxml-extend-after-change-region): Never | |
4 return t (Bug#3898). | |
5 | |
1 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change) | 6 2010-01-16 Frédéric Perrin <frederic.perrin@resel.fr> (tiny change) |
2 | 7 |
3 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we | 8 * vc-dispatcher.el (vc-do-command): Set LC_MESSAGES, so that we |
4 can parse the output of the external commands (Bug#5279). | 9 can parse the output of the external commands (Bug#5279). |
5 | 10 |