Mercurial > emacs
comparison lisp/ChangeLog @ 108541:ce09b34d4a43
Add TeX open-block and close-block keybindings to SGML, and vice versa.
* textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to
latex-open-block and C-c / to latex-close-block.
* textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag
and C-c C-e to sgml-close-tag.
author | Chong Yidong <cyd@stupidchicken.com> |
---|---|
date | Thu, 13 May 2010 17:52:20 -0400 |
parents | bfc1be04834c |
children | 6e7ebe021a2c 50557bcb79ad |
comparison
equal
deleted
inserted
replaced
108540:bfc1be04834c | 108541:ce09b34d4a43 |
---|---|
1 2010-05-13 Chong Yidong <cyd@stupidchicken.com> | |
2 | |
3 Add TeX open-block and close-block keybindings to SGML, and vice | |
4 versa. | |
5 | |
6 * textmodes/tex-mode.el (tex-mode-map): Bind C-c C-t to | |
7 latex-open-block and C-c / to latex-close-block. | |
8 | |
9 * textmodes/sgml-mode.el (sgml-mode-map): Bind C-c C-o to sgml-tag | |
10 and C-c C-e to sgml-close-tag. | |
11 | |
1 2010-05-13 Michael Albinus <michael.albinus@gmx.de> | 12 2010-05-13 Michael Albinus <michael.albinus@gmx.de> |
2 | 13 |
3 * net/tramp.el (with-progress-reporter): Create reporter object | 14 * net/tramp.el (with-progress-reporter): Create reporter object |
4 only when the message would be displayed. Handled nested calls. | 15 only when the message would be displayed. Handled nested calls. |
5 (tramp-handle-load, tramp-handle-file-local-copy) | 16 (tramp-handle-load, tramp-handle-file-local-copy) |