diff options
| author | Glenn Morris | 2017-04-26 12:51:48 -0400 |
|---|---|---|
| committer | Glenn Morris | 2017-04-26 12:51:48 -0400 |
| commit | 8f2062d96b0319fc2a837ba9e2c6b67abf31c920 (patch) | |
| tree | 32962ec255b4bcc22af831c50cb139abc2aaccc2 /admin | |
| parent | efb4ea9987c7b2ee6f7a66c0bc02c907ca987a24 (diff) | |
| download | emacs-8f2062d96b0319fc2a837ba9e2c6b67abf31c920.tar.gz emacs-8f2062d96b0319fc2a837ba9e2c6b67abf31c920.zip | |
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)." | |||
| 1450 | (unidata-prop-prop proplist) (car elt) | 1450 | (unidata-prop-prop proplist) (car elt) |
| 1451 | (unidata-prop-docstring proplist))))) | 1451 | (unidata-prop-docstring proplist))))) |
| 1452 | (or noninteractive (message "Writing %s..." charprop-file)) | 1452 | (or noninteractive (message "Writing %s..." charprop-file)) |
| 1453 | (insert ";; Local Variables:\n" | 1453 | (insert "\n" |
| 1454 | "(provide 'charprop)\n" | ||
| 1455 | "\n" | ||
| 1456 | ";; Local Variables:\n" | ||
| 1454 | ";; coding: utf-8\n" | 1457 | ";; coding: utf-8\n" |
| 1455 | ";; version-control: never\n" | 1458 | ";; version-control: never\n" |
| 1456 | ";; no-byte-compile: t\n" | 1459 | ";; no-byte-compile: t\n" |