mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-28 08:11:05 -08:00
(file-coding-system-alist): For .tex,
.ltx, .dtx and .drv extensions, use `latexenc-find-file-coding-system'.
This commit is contained in:
parent
0a20b1dc38
commit
0b606bb230
2 changed files with 7 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
|
|
@ -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))))
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue