Mercurial > emacs
comparison lisp/ChangeLog @ 111128:d38d192ed185
Bind "C-c ]" to block-closing commands in several modes.
Bind "C-c ]" to ...
* progmodes/f90.el (f90-mode-map): ... f90-insert-end.
* nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element.
* textmodes/tex-mode.el (tex-mode-map): ... latex-close-block.
* textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Sat, 23 Oct 2010 20:21:59 -0400 |
parents | 20bf269fbe95 |
children | 7be880404309 |
comparison
equal
deleted
inserted
replaced
111127:20bf269fbe95 | 111128:d38d192ed185 |
---|---|
1 2010-10-24 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 Bind "C-c ]" to ... | |
4 * progmodes/f90.el (f90-mode-map): ... f90-insert-end. | |
5 * nxml/nxml-mode.el (nxml-mode-map): ... nxml-finish-element. | |
6 * textmodes/tex-mode.el (tex-mode-map): ... latex-close-block. | |
7 * textmodes/sgml-mode.el (sgml-mode-map): ... sgml-close-tag. | |
8 | |
1 2010-10-23 Glenn Morris <rgm@gnu.org> | 9 2010-10-23 Glenn Morris <rgm@gnu.org> |
2 | 10 |
3 * textmodes/flyspell.el (flyspell-mode): If there was an error, | 11 * textmodes/flyspell.el (flyspell-mode): If there was an error, |
4 say what it was. | 12 say what it was. |
5 | 13 |