diff options
author | Torsten Hilbrich <torsten.hilbrich@gmx.net> | 2013-10-05 04:46:21 +0200 |
---|---|---|
committer | Torsten Hilbrich <torsten.hilbrich@gmx.net> | 2013-10-05 05:12:23 +0200 |
commit | 41f2e0b385ac5f63e6cbda2c8978c291934efc6f (patch) | |
tree | fcaab89069eda2cf7f3efad97fb3494c0cb750b1 /dictionary-pkg.el | |
parent | e6dd652cc18be717f4274d58706c8ead50cb228a (diff) |
Completed some information for package support
- added package description files
- added some basic in-place documentation
Diffstat (limited to 'dictionary-pkg.el')
-rw-r--r-- | dictionary-pkg.el | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/dictionary-pkg.el b/dictionary-pkg.el index b380081..86a7630 100644 --- a/dictionary-pkg.el +++ b/dictionary-pkg.el @@ -1 +1,5 @@ -(define-package "dictionary" "1.10" "client for rfc2229 dictionary servers") +(define-package "dictionary" + "1.10" + "client for rfc2229 dictionary servers" + '((connection "1.10") + (link "1.10"))) |