diff options
author | Glenn Morris <rgm@gnu.org> | 2017-04-26 12:51:48 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2017-04-26 12:51:48 -0400 |
commit | 8f2062d96b0319fc2a837ba9e2c6b67abf31c920 (patch) | |
tree | 32962ec255b4bcc22af831c50cb139abc2aaccc2 /admin | |
parent | efb4ea9987c7b2ee6f7a66c0bc02c907ca987a24 (diff) | |
download | emacs-8f2062d96b0319fc2a837ba9e2c6b67abf31c920.tar.gz |
Make charprop.el provide a feature
* admin/unidata/unidata-gen.el (unidata-gen-charprop):
Provide a feature.
* lisp/loadup.el: Use the charprop feature.
Diffstat (limited to 'admin')
-rw-r--r-- | admin/unidata/unidata-gen.el | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/admin/unidata/unidata-gen.el b/admin/unidata/unidata-gen.el index cdd7ff01db4..64e2babd4b9 100644 --- a/admin/unidata/unidata-gen.el +++ b/admin/unidata/unidata-gen.el @@ -1450,7 +1450,10 @@ Property value is a symbol `o' (Open), `c' (Close), or `n' (None)." (unidata-prop-prop proplist) (car elt) (unidata-prop-docstring proplist))))) (or noninteractive (message "Writing %s..." charprop-file)) - (insert ";; Local Variables:\n" + (insert "\n" + "(provide 'charprop)\n" + "\n" + ";; Local Variables:\n" ";; coding: utf-8\n" ";; version-control: never\n" ";; no-byte-compile: t\n" |