aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorGlenn Morris2013-11-10 16:50:52 -0800
committerGlenn Morris2013-11-10 16:50:52 -0800
commitb5c9a3cccbd7c99985cb8f60194fcb90205eb334 (patch)
tree5fb40c01224a0b3e40f93b07accc399b727be538 /admin
parentfb193bb4a1dc7fa73a2c8bccd4ad0bb0c145f62d (diff)
downloademacs-b5c9a3cccbd7c99985cb8f60194fcb90205eb334.tar.gz
emacs-b5c9a3cccbd7c99985cb8f60194fcb90205eb334.zip
* admin/unidata/unidata-gen.el (unidata-gen-files): Tweak whitespace
in generated files.
Diffstat (limited to 'admin')
-rw-r--r--admin/ChangeLog5
-rw-r--r--admin/unidata/unidata-gen.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/admin/ChangeLog b/admin/ChangeLog
index 1b4c50bcdde..83e0eab7101 100644
--- a/admin/ChangeLog
+++ b/admin/ChangeLog
@@ -1,3 +1,8 @@
12013-11-11 Glenn Morris <rgm@gnu.org>
2
3 * unidata/unidata-gen.el (unidata-gen-files):
4 Tweak whitespace in generated files.
5
12013-11-09 Glenn Morris <rgm@gnu.org> 62013-11-09 Glenn Morris <rgm@gnu.org>
2 7
3 * unidata/unidata-gen.el (unidata-gen-files): 8 * unidata/unidata-gen.el (unidata-gen-files):
diff --git a/admin/unidata/unidata-gen.el b/admin/unidata/unidata-gen.el
index 2e2eebe2c90..dd667f9571d 100644
--- a/admin/unidata/unidata-gen.el
+++ b/admin/unidata/unidata-gen.el
@@ -1234,7 +1234,7 @@ is the character itself.")))
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"))
1237 (insert (format "(define-char-code-property '%S %S %S)\n" 1237 (insert (format "(define-char-code-property '%S\n %S\n %S)\n"
1238 prop table docstring)) 1238 prop table docstring))
1239 (if (eobp) 1239 (if (eobp)
1240 (insert ";; Local Variables:\n" 1240 (insert ";; Local Variables:\n"