comparison lisp/international/mule-conf.el @ 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 19c94353380d
children e555645f13f4
comparison
equal deleted inserted replaced
61911:76b4cd5cfca5 61912:75e72c6f8b1d
499 ;; of the "\ newline" combination in loaddefs.el, which marks 499 ;; of the "\ newline" combination in loaddefs.el, which marks
500 ;; the beginning of a doc string, work. 500 ;; the beginning of a doc string, work.
501 ("\\(\\`\\|/\\)loaddefs.el\\'" . (raw-text . raw-text-unix)) 501 ("\\(\\`\\|/\\)loaddefs.el\\'" . (raw-text . raw-text-unix))
502 ("\\.tar\\'" . (no-conversion . no-conversion)) 502 ("\\.tar\\'" . (no-conversion . no-conversion))
503 ( "\\.po[tx]?\\'\\|\\.po\\." . po-find-file-coding-system) 503 ( "\\.po[tx]?\\'\\|\\.po\\." . po-find-file-coding-system)
504 ("\\.tex\\|\\.ltx\\|\\.dtx\\|\\.drv\\'" . latexenc-find-file-coding-system)
504 ("" . (undecided . nil)))) 505 ("" . (undecided . nil))))
505 506
506 507
507 ;;; Setting coding categories and their priorities. 508 ;;; Setting coding categories and their priorities.
508 509