Bind "C-c ]" to block-closing commands in several modes.
[bpt/emacs.git] / lisp / textmodes / tex-mode.el
index 70e4d1e..08f8257 100644 (file)
@@ -864,6 +864,7 @@ START is the position of the \\ and DELIM is the delimiter char."
 
     ;; Redundant keybindings, for consistency with SGML mode.
     (define-key map "\C-c\C-t" 'latex-insert-block)
+    (define-key map "\C-c]" 'latex-close-block)
     (define-key map "\C-c/" 'latex-close-block)
 
     (define-key map "\C-c\C-e" 'latex-close-block)