]> code.delx.au - gnu-emacs/blobdiff - lisp/textmodes/tex-mode.el
respect epa-file-encrypt-to, defaulting to it when encrypting, if set, and
[gnu-emacs] / lisp / textmodes / tex-mode.el
index 70e4d1e3953b858e8bf2bddac1508579b3bd8641..08f8257407ed85d7fb2a73e2cf164bba58940374 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)