diff --git a/yatex.el b/yatex.el index f26d7cd..7d24292 100644 --- a/yatex.el +++ b/yatex.el @@ -1,6 +1,6 @@ ;;; yatex.el --- Yet Another tex-mode for emacs //�쒹// -*- coding: sjis -*- ;;; (c)1991-2015 by HIROSE Yuuji.[yuuji@yatex.org] -;;; Last modified Tue Jan 6 23:19:53 2015 on firestorm +;;; Last modified Thu Jan 15 10:42:01 2015 on firestorm ;;; $Id$ ;;; The latest version of this software is always available at; ;;; http://www.yatex.org/ @@ -1267,6 +1267,8 @@ (get 'YaTeX-insert-braces 'begend-guide))))))))) env macro not-literal b e) (cond + ((and (fboundp 'region-active-p) (region-active-p)) + (YaTeX-insert-braces-region (region-beginning) (region-end))) ((YaTeX-jmode) (YaTeX-self-insert arg)) ((not (YaTeX-closable-p)) (YaTeX-self-insert arg)) ((save-excursion