diff options
author | Stefan Kangas <stefan@marxist.se> | 2021-04-19 12:21:01 +0200 |
---|---|---|
committer | Stefan Kangas <stefan@marxist.se> | 2021-04-19 12:21:01 +0200 |
commit | 0a4dc70830f5e8286b47120cabc750cca07a75c1 (patch) | |
tree | ed4911a74033918a5a68fed781ab14771afd8423 /admin/charsets | |
parent | 518312346d9440d18e224231cb645cb3aaf373ba (diff) | |
download | emacs-0a4dc70830f5e8286b47120cabc750cca07a75c1.tar.gz emacs-0a4dc70830f5e8286b47120cabc750cca07a75c1.tar.bz2 emacs-0a4dc70830f5e8286b47120cabc750cca07a75c1.zip |
; Normalize and add missing first and last lines
Diffstat (limited to 'admin/charsets')
-rw-r--r-- | admin/charsets/eucjp-ms.awk | 2 | ||||
-rw-r--r-- | admin/charsets/mule-charsets.el | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/admin/charsets/eucjp-ms.awk b/admin/charsets/eucjp-ms.awk index ca9a317611b..033b37f5ede 100644 --- a/admin/charsets/eucjp-ms.awk +++ b/admin/charsets/eucjp-ms.awk @@ -38,7 +38,7 @@ BEGIN { JISX0208_FROM2 = "/xf5/xa1"; JISX0212_FROM = "/x8f/xf3/xf3"; - print ";;; eucjp-ms.el -- translation table for eucJP-ms -*- lexical-binding:t -*-"; + print ";;; eucjp-ms.el --- translation table for eucJP-ms -*- lexical-binding:t -*-"; print ";;; Automatically generated from /usr/share/i18n/charmaps/EUC-JP-MS.gz"; print "(let ((map"; print " '(;JISEXT<->UNICODE"; diff --git a/admin/charsets/mule-charsets.el b/admin/charsets/mule-charsets.el index 99a8c60d880..7bcceb39b23 100644 --- a/admin/charsets/mule-charsets.el +++ b/admin/charsets/mule-charsets.el @@ -1,4 +1,4 @@ -;; mule-charsets.el -- Generate Mule-original charset maps. -*- lexical-binding: t -*- +;;; mule-charsets.el --- Generate Mule-original charset maps. -*- lexical-binding: t -*- ;; Copyright (C) 2003, 2004, 2005, 2006, 2007, 2008, 2009, 2010, 2011 ;; National Institute of Advanced Industrial Science and Technology (AIST) ;; Registration Number H13PRO009 |