diff options
author | myrkr <torsten.hilbrich@gmx.net> | 2013-10-05 05:26:10 -0700 |
---|---|---|
committer | myrkr <torsten.hilbrich@gmx.net> | 2013-10-05 05:26:10 -0700 |
commit | 8135b0ea05b82f7f5d5f51b7fce751b79dd10289 (patch) | |
tree | 67a00c4c73cdc3f942c060e9a4cee9e496a1b720 /dictionary-pkg.el | |
parent | 41f2e0b385ac5f63e6cbda2c8978c291934efc6f (diff) | |
parent | 680cbd94f87a27edf43b1843c3b0927bba01d078 (diff) |
Merge pull request #1 from purcell/packaging
Place package metadata directly in .el files
Diffstat (limited to 'dictionary-pkg.el')
-rw-r--r-- | dictionary-pkg.el | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/dictionary-pkg.el b/dictionary-pkg.el deleted file mode 100644 index 86a7630..0000000 --- a/dictionary-pkg.el +++ /dev/null @@ -1,5 +0,0 @@ -(define-package "dictionary" - "1.10" - "client for rfc2229 dictionary servers" - '((connection "1.10") - (link "1.10"))) |