]> git.eshelyaron.com Git - emacs.git/commitdiff
* admin/unidata/unidata-gen.el (unidata-gen-files): Tweak whitespace
authorGlenn Morris <rgm@gnu.org>
Mon, 11 Nov 2013 00:50:52 +0000 (16:50 -0800)
committerGlenn Morris <rgm@gnu.org>
Mon, 11 Nov 2013 00:50:52 +0000 (16:50 -0800)
in generated files.

admin/ChangeLog
admin/unidata/unidata-gen.el

index 1b4c50bcdde4ac99127a887c17e6ffcc717b2ad0..83e0eab7101134c13d6f4f2dbfc94b1755da67ac 100644 (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):
index 2e2eebe2c907d8870d32dd5c3c03be4f45f8918b..dd667f9571d97c02b8697de5ad3659b89743a2fb 100644 (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"