CVSROOT: /sources/auctex Module name: auctex Changes by: Reiner Steib <rsteib> 06/06/07 16:30:34
Index: tex-jp.el =================================================================== RCS file: /sources/auctex/auctex/tex-jp.el,v retrieving revision 5.89 retrieving revision 5.90 diff -u -b -r5.89 -r5.90 --- tex-jp.el 25 May 2006 07:50:57 -0000 5.89 +++ tex-jp.el 7 Jun 2006 16:30:34 -0000 5.90 @@ -1,4 +1,4 @@ -;;; tex-jp.el --- Support for Japanese TeX. +;;; tex-jp.el --- Support for Japanese TeX. -*- enable-multibyte-characters: t -*- ;; Copyright (C) 1999, 2001 Hidenobu Nabetani <[EMAIL PROTECTED]> ;; Copyright (C) 2002, 2003, 2004, 2005 Free Software Foundation @@ -34,6 +34,9 @@ (require 'latex) +(unless enable-multibyte-characters + (error "Cannot compile this file in unibyte mode.")) + ;;; Customization (defgroup AUCTeX-jp nil @@ -625,4 +628,9 @@ (provide 'tex-jp) +;; Local Variables: +;; coding: iso-2022-jp-unix +;; +;; End: + ;;; tex-jp.el ends here _______________________________________________ auctex-diffs mailing list [EMAIL PROTECTED] http://lists.gnu.org/mailman/listinfo/auctex-diffs
