From: Thien-Thi Nguyen Date: Thu, 28 Apr 2005 11:54:11 +0000 (+0000) Subject: (file-coding-system-alist): For .tex, X-Git-Tag: ttn-vms-21-2-B4~678 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0b606bb230f7db6392fa7d9dc4fe4aefcf7f460b;p=emacs.git (file-coding-system-alist): For .tex, .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 797ee8c91ae..7d342fef9a2 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,9 @@ +2005-04-28 Arne J,Ax(Brgensen + + * 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 * font-lock.el (font-lock-add-keywords) diff --git a/lisp/international/mule-conf.el b/lisp/international/mule-conf.el index 75f1b4803a4..47706bfe656 100644 --- a/lisp/international/mule-conf.el +++ b/lisp/international/mule-conf.el @@ -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))))