mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-06-14 12:31:25 +00:00
Add a coding: tag.
This commit is contained in:
parent
96a6ec17fe
commit
c80977a1f9
2 changed files with 10 additions and 1 deletions
|
|
@ -1,3 +1,12 @@
|
|||
2006-01-27 Eli Zaretskii <eliz@gnu.org>
|
||||
|
||||
* international/latexenc.el: Add a suitable `coding:' tag.
|
||||
|
||||
2006-01-27 Arne J,bx(Brgensen <arne@arnested.dk>
|
||||
|
||||
* international/latexenc.el (latexenc-find-file-coding-system):
|
||||
Make sure latexenc-main-file is a regular file and is readable.
|
||||
|
||||
2006-01-27 Andre Spiegel <spiegel@gnu.org>
|
||||
|
||||
* vc-rcs.el (vc-rcs-fetch-master-state, vc-rcs-consult-headers):
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
;;; latexenc.el --- guess correct coding system in LaTeX files
|
||||
;;; latexenc.el --- guess correct coding system in LaTeX files -*-coding: iso-2022-7bit -*-
|
||||
|
||||
;; Copyright (C) 2005, 2006 Free Software Foundation, Inc.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue