1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

(file-coding-system-alist): For .tex,

.ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
This commit is contained in:
Thien-Thi Nguyen 2005-04-28 11:54:11 +00:00
parent 0a20b1dc38
commit 0b606bb230
2 changed files with 7 additions and 0 deletions

View File

@ -1,3 +1,9 @@
2005-04-28 Arne J,Ax(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)

View 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))))