CVSROOT: /cvsroot/auctex Module name: auctex Changes by: Ralf Angeli <angeli> 10/05/17 16:03:07
Index: tex.el =================================================================== RCS file: /cvsroot/auctex/auctex/tex.el,v retrieving revision 5.666 retrieving revision 5.667 diff -u -b -r5.666 -r5.667 --- tex.el 25 Apr 2010 13:27:05 -0000 5.666 +++ tex.el 17 May 2010 16:03:07 -0000 5.667 @@ -4945,7 +4945,7 @@ (TeX-math-input-method-off)) (defvar TeX-math-input-method-off-regexp - "^\\(chinese\\|japanese\\|korean\\bulgarian\\russian\\)" + "^\\(chinese\\|japanese\\|korean\\|bulgarian\\|russian\\)" "Regexp matching input methods to be deactivated when entering math mode.") (defun TeX-math-input-method-off () _______________________________________________ auctex-diffs mailing list [email protected] http://lists.gnu.org/mailman/listinfo/auctex-diffs
