aboutsummaryrefslogtreecommitdiffstats
path: root/admin
diff options
context:
space:
mode:
authorStefan Monnier2010-09-30 01:28:20 +0200
committerStefan Monnier2010-09-30 01:28:20 +0200
commita01a7932080e8a6e7bc8472c58cefabcc2c37df3 (patch)
tree94b28b19c8f1536e76ffe7d5826811b74a79e3a5 /admin
parentcc390e46c7ba95b76ea133d98fd386214cd01709 (diff)
parent6b0f7311f16646e0de2045b2410e20921901c616 (diff)
downloademacs-a01a7932080e8a6e7bc8472c58cefabcc2c37df3.tar.gz
emacs-a01a7932080e8a6e7bc8472c58cefabcc2c37df3.zip
Merge from trunk
Diffstat (limited to 'admin')
-rw-r--r--admin/unidata/unidata-gen.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/unidata/unidata-gen.el b/admin/unidata/unidata-gen.el
index 88e21d7226e..211c6f0a530 100644
--- a/admin/unidata/unidata-gen.el
+++ b/admin/unidata/unidata-gen.el
@@ -95,7 +95,7 @@
95 (with-temp-buffer 95 (with-temp-buffer
96 ;; Insert a file of this format: 96 ;; Insert a file of this format:
97 ;; (CHAR NAME CATEGORY ...) 97 ;; (CHAR NAME CATEGORY ...)
98 ;; where CHAR is a charater code, the following elements are strings 98 ;; where CHAR is a character code, the following elements are strings
99 ;; representing character properties. 99 ;; representing character properties.
100 (insert-file-contents unidata-text-file) 100 (insert-file-contents unidata-text-file)
101 (goto-char (point-min)) 101 (goto-char (point-min))