aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog1
-rw-r--r--admin/unidata/unidata-gen.el2
2 files changed, 2 insertions, 1 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index f865a0e3c2d..40848069b55 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -2,6 +2,7 @@
2 2
3 * unidata/unidata-gen.el (unidata-gen-files): 3 * unidata/unidata-gen.el (unidata-gen-files):
4 Disable version-control in generated files. 4 Disable version-control in generated files.
5 Update Unicode Inc. copyright years.
5 6
62013-11-05 Glenn Morris <rgm@gnu.org> 72013-11-05 Glenn Morris <rgm@gnu.org>
7 8
diff --git a/admin/unidata/unidata-gen.el b/admin/unidata/unidata-gen.el
index 110f2d60379..3a05dbd4ca9 100644
--- a/admin/unidata/unidata-gen.el
+++ b/admin/unidata/unidata-gen.el
@@ -1230,7 +1230,7 @@ is the character itself.")))
1230 (setq describer (symbol-function describer))) 1230 (setq describer (symbol-function describer)))
1231 (set-char-table-extra-slot table 3 describer)) 1231 (set-char-table-extra-slot table 3 describer))
1232 (if (bobp) 1232 (if (bobp)
1233 (insert ";; Copyright (C) 1991-2009 Unicode, Inc. 1233 (insert ";; Copyright (C) 1991-2013 Unicode, Inc.
1234;; This file was generated from the Unicode data files at 1234;; This file was generated from the Unicode data files at
1235;; http://www.unicode.org/Public/UNIDATA/. 1235;; http://www.unicode.org/Public/UNIDATA/.
1236;; See lisp/international/README for the copyright and permission notice.\n")) 1236;; See lisp/international/README for the copyright and permission notice.\n"))