1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-02-01 20:06:00 +00:00

Update source file encoding list

Update admin/notes/unicode, along with coding system cookies in
other files, so that the two match each other better.
* admin/notes/unicode: lisp/language/ethio-util.el and
lisp/language/ethiopic.el also use utf-8-emacs.
* admin/notes/hydra, doc/misc/dbus.texi, doc/misc/org.texi:
* doc/misc/remember.texi, etc/refcards/cs-dired-ref.tex:
* etc/refcards/cs-refcard.tex, etc/refcards/cs-survival.tex:
* etc/refcards/sk-dired-ref.tex, etc/refcards/sk-refcard.tex:
* etc/refcards/sk-survival.tex:
Add "coding: utf-8" so that this file is not mishandled in a
Latin-1 or Big-5 locale.
* lisp/international/robin.el, lisp/org/ox-ascii.el:
Specify utf-8, not utf-8-emacs, as these are plain UTF-8 files.
* lisp/language/ethio-util.el: Fix trailer.
This commit is contained in:
Paul Eggert 2015-04-28 10:51:21 -07:00
parent e78aef0083
commit 25166a91fd
14 changed files with 17 additions and 17 deletions

View File

@ -1,4 +1,4 @@
-*- outline -*-
-*- mode: outline; coding: utf-8 -*-
Copyright (C) 2013-2015 Free Software Foundation, Inc.
See the end of the file for license conditions.

View File

@ -167,8 +167,8 @@ nontrivial changes to the build process.
leim/CXTERM-DIC/QJ.tit
leim/CXTERM-DIC/SW.tit
leim/CXTERM-DIC/TONEPY.tit
leim/MISC-DIC/pinyin.map
leim/MISC-DIC/CTLau.html
leim/MISC-DIC/pinyin.map
leim/MISC-DIC/ziranma.cin
* cp850
@ -237,9 +237,11 @@ nontrivial changes to the build process.
These files contain characters that cannot be encoded in UTF-8.
lisp/language/tibetan.el
lisp/language/tibet-util.el
lisp/language/ethio-util.el
lisp/language/ethiopic.el
lisp/language/ind-util.el
lisp/language/tibet-util.el
lisp/language/tibetan.el
lisp/leim/quail/ethiopic.el
lisp/leim/quail/tibetan.el

View File

@ -1,4 +1,4 @@
\input texinfo @c -*-texinfo-*-
\input texinfo @c -*- coding: utf-8 -*-
@setfilename ../../info/dbus.info
@c %**start of header
@settitle Using of D-Bus

View File

@ -1,4 +1,4 @@
\input texinfo
\input texinfo @c -*- coding: utf-8 -*-
@c %**start of header
@setfilename ../../info/org.info
@settitle The Org Manual

View File

@ -1,4 +1,4 @@
\input texinfo @c -*-texinfo-*-
\input texinfo @c -*- mode: texinfo; coding: utf-8 -*-
@c %**start of header
@setfilename ../../info/remember.info
@settitle Remember Manual

View File

@ -1,4 +1,4 @@
% Reference Card for Dired
% Reference Card for Dired -*- coding: utf-8 -*-
% Copyright (C) 2000-2015 Free Software Foundation, Inc.

View File

@ -1,4 +1,4 @@
% Reference Card for GNU Emacs
% Reference Card for GNU Emacs -*- coding: utf-8 -*-
% Copyright (C) 1987, 1993, 1996-1997, 2001-2015 Free Software
% Foundation, Inc.

View File

@ -1,4 +1,4 @@
% Title: GNU Emacs Survival Card
% Title: GNU Emacs Survival Card -*- coding: utf-8 -*-
% Copyright (C) 2000-2015 Free Software Foundation, Inc.

View File

@ -1,4 +1,4 @@
% Reference Card for Dired
% Reference Card for Dired -*- coding: utf-8 -*-
% Copyright (C) 2000-2015 Free Software Foundation, Inc.

View File

@ -1,4 +1,4 @@
% Reference Card for GNU Emacs
% Reference Card for GNU Emacs -*- coding: utf-8 -*-
% Copyright (C) 1987, 1993, 1996-1997, 2001-2015 Free Software
% Foundation, Inc.

View File

@ -1,4 +1,4 @@
% Title: GNU Emacs Survival Card
% Title: GNU Emacs Survival Card -*- coding: utf-8 -*-
% Copyright (C) 2000-2015 Free Software Foundation, Inc.

View File

@ -576,7 +576,7 @@ used."
(provide 'robin)
;; Local Variables:
;; coding: utf-8-emacs
;; coding: utf-8
;; End:
;;; robin.el ends here

View File

@ -2071,5 +2071,3 @@ mark."
(provide 'ethio-util)
;;; ethio-util.el ends here
;;; ethio-util.el ends here

View File

@ -1965,7 +1965,7 @@ Return output file name."
;; Local variables:
;; generated-autoload-file: "org-loaddefs.el"
;; coding: utf-8-emacs
;; coding: utf-8
;; End:
;;; ox-ascii.el ends here