diff options
| author | Stefan Kangas <stefankangas@gmail.com> | 2019-11-07 00:07:57 +0100 |
|---|---|---|
| committer | Stefan Kangas <stefankangas@gmail.com> | 2020-08-12 03:20:34 +0200 |
| commit | 157ab593080ebab727ca8040853dc2ebbbbaac16 (patch) | |
| tree | 56462275802fbaa6abfd39910c8c7f9d5a1d9595 | |
| parent | b483e7d3052c214457b65cb503b11c1ad87eb6ea (diff) | |
Add provide-statements to ada-ref-man and uni-confusables
* packages/ada-ref-man/ada-ref-man.el:
* packages/uni-confusables/uni-confusables.el: Add provide statements for
compatibility with emacs-mirror tools. (Bug#24517)
| -rw-r--r-- | uni-confusables.el | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uni-confusables.el b/uni-confusables.el index cf8b20b..4e182d8 100644 --- a/uni-confusables.el +++ b/uni-confusables.el @@ -80,4 +80,6 @@ ;; no-byte-compile: t ;; End: +(provide 'uni-confusables) + ;;; uni-confusables.el ends here |
