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 /connection-pkg.el | |
parent | e6dd652cc18be717f4274d58706c8ead50cb228a (diff) |
Completed some information for package support
- added package description files
- added some basic in-place documentation
Diffstat (limited to 'connection-pkg.el')
-rw-r--r-- | connection-pkg.el | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/connection-pkg.el b/connection-pkg.el new file mode 100644 index 0000000..75eb290 --- /dev/null +++ b/connection-pkg.el @@ -0,0 +1,3 @@ +(define-package "connection" + "1.10" + "TCP-based client connetion") |