]> git.eshelyaron.com Git - emacs.git/commitdiff
(file-coding-system-alist): For .tex,
authorThien-Thi Nguyen <ttn@gnuvola.org>
Thu, 28 Apr 2005 11:54:11 +0000 (11:54 +0000)
committerThien-Thi Nguyen <ttn@gnuvola.org>
Thu, 28 Apr 2005 11:54:11 +0000 (11:54 +0000)
.ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.

lisp/ChangeLog
lisp/international/mule-conf.el

index 797ee8c91ae327fe065ed80411b94b84f6c3a7c6..7d342fef9a2e6b6027426b2b6f2d2afb103baaf4 100644 (file)
@@ -1,3 +1,9 @@
+2005-04-28  Arne J\e,Ax\e(Brgensen  <arne@arnested.dk>
+
+       * international/latexenc.el: New file.
+       * international/mule-conf.el (file-coding-system-alist): For .tex,
+       .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
+
 2005-04-28  Lute Kamstra  <lute@gnu.org>
 
        * font-lock.el (font-lock-add-keywords)
index 75f1b4803a43fe8e483b9f46756dd3287b44bba0..47706bfe6560d9a2b4bcd37ae373498d0b909e01 100644 (file)
@@ -501,6 +501,7 @@ for decoding and encoding files, process I/O, etc."
        ("\\(\\`\\|/\\)loaddefs.el\\'" . (raw-text . raw-text-unix))
        ("\\.tar\\'" . (no-conversion . no-conversion))
        ( "\\.po[tx]?\\'\\|\\.po\\." . po-find-file-coding-system)
+       ("\\.tex\\|\\.ltx\\|\\.dtx\\|\\.drv\\'" . latexenc-find-file-coding-system)
        ("" . (undecided . nil))))
 
 \f