# HG changeset patch # User Thien-Thi Nguyen # Date 1114689076 0 # Node ID 75e72c6f8b1d1b538e73cd82b9124cba7c97e2bd # Parent 76b4cd5cfca59df24ff6a7f7686928875bce0880 (file-coding-system-alist): For .tex, .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'. diff -r 76b4cd5cfca5 -r 75e72c6f8b1d lisp/international/mule-conf.el --- a/lisp/international/mule-conf.el Thu Apr 28 11:50:34 2005 +0000 +++ b/lisp/international/mule-conf.el Thu Apr 28 11:51:16 2005 +0000 @@ -501,6 +501,7 @@ ("\\(\\`\\|/\\)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))))