This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "ELPA".
The branch, master has been updated via 7b54229726d929707e2eb103b95473064cc73e29 (commit) from 5a3d6b937f455e75253f6736ba58a4dfb786721a (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit 7b54229726d929707e2eb103b95473064cc73e29 Author: Ted Zlatanov <t...@lifelogs.com> Date: Wed Dec 4 16:28:01 2013 -0500 Use lm-keywords-list instead of split-string for archive contents. * archive-contents.el (archive--simple-package-p): Use `lm-keywords-list' instead of `split-string'. diff --git a/admin/archive-contents.el b/admin/archive-contents.el index 8fee66b..8019bf7 100644 --- a/admin/archive-contents.el +++ b/admin/archive-contents.el @@ -187,8 +187,7 @@ Otherwise, return nil." (requires-str (lm-header "package-requires")) (pt (lm-header "package-type")) (simple (if pt (equal pt "simple") (= (length files) 1))) - (keywords (split-string (or (lm-header "keywords") "") - "," t "[ ]+")) + (keywords (lm-keywords-list)) (url (or (lm-header "url") (format "http://elpa.gnu.org/packages/%s.html" pkg))) (req ----------------------------------------------------------------------- Summary of changes: admin/archive-contents.el | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) hooks/post-receive -- ELPA