Add TeX open-block and close-block keybindings to SGML, and vice versa.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 13 May 2010 21:52:20 +0000 (17:52 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 13 May 2010 21:52:20 +0000 (17:52 -0400)
commit2ef3c1449c876f7c9fb327e90c59b6f4df4e4df0
tree972f0ace089148f98652bc941cf4b06c3e39942e
parent3b30ccdab30ffa36d4138d7f9b9d4724f29b4352
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.
lisp/ChangeLog
lisp/textmodes/sgml-mode.el
lisp/textmodes/tex-mode.el