changeset 61912:75e72c6f8b1d

(file-coding-system-alist): For .tex, .ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
author Thien-Thi Nguyen <ttn@gnuvola.org>
date Thu, 28 Apr 2005 11:51:16 +0000
parents 76b4cd5cfca5
children caa98288a9da
files lisp/international/mule-conf.el
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- 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))))