emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[ELPA-diffs] [elpa] 01/01: * archive-contents.el (archive--simple-packag


From: Dmitry Gutov
Subject: [ELPA-diffs] [elpa] 01/01: * archive-contents.el (archive--simple-package-p): Quote the keywords list (Bug#16222).
Date: Wed, 15 Jan 2014 04:57:56 +0000

This is an automated email from the git hooks/post-receive script.

dgutov pushed a commit to branch master
in repository elpa.

commit 2b96305267f78341c4ed47c8e964ca535042e9cc
Author: Dmitry Gutov <address@hidden>
Date:   Wed Jan 15 06:21:50 2014 +0200

    * archive-contents.el (archive--simple-package-p): Quote the
    keywords list (Bug#16222).
---
 admin/archive-contents.el |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/admin/archive-contents.el b/admin/archive-contents.el
index 8019bf7..e17883e 100644
--- a/admin/archive-contents.el
+++ b/admin/archive-contents.el
@@ -197,7 +197,7 @@ Otherwise, return nil."
             (list simple version description req
                   ;; extra parameters
                   (list (cons :url url)
-                        (cons :keywords keywords)))))))
+                        (cons :keywords (list 'quote keywords))))))))
      ((not (file-exists-p pkg-file))
       (error "Can find single file nor package desc file in %s" dir)))))
 

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]