* admin/unidata/unidata-gen.el (unidata-gen-files): Tweak whitespace

in generated files.
This commit is contained in:
Glenn Morris 2013-11-10 16:50:52 -08:00
parent fb193bb4a1
commit b5c9a3cccb
2 changed files with 6 additions and 1 deletions

View file

@ -1,3 +1,8 @@
2013-11-11 Glenn Morris <rgm@gnu.org>
* unidata/unidata-gen.el (unidata-gen-files):
Tweak whitespace in generated files.
2013-11-09 Glenn Morris <rgm@gnu.org>
* unidata/unidata-gen.el (unidata-gen-files):

View file

@ -1234,7 +1234,7 @@ is the character itself.")))
;; This file was generated from the Unicode data files at
;; http://www.unicode.org/Public/UNIDATA/.
;; See lisp/international/README for the copyright and permission notice.\n"))
(insert (format "(define-char-code-property '%S %S %S)\n"
(insert (format "(define-char-code-property '%S\n %S\n %S)\n"
prop table docstring))
(if (eobp)
(insert ";; Local Variables:\n"