diff options
author | Dmitry Gutov <dgutov@yandex.ru> | 2014-03-22 10:43:30 +0200 |
---|---|---|
committer | Dmitry Gutov <dgutov@yandex.ru> | 2014-03-22 10:43:30 +0200 |
commit | 1197f2e66501837c96d0a5cc627e2791878066f2 (patch) | |
tree | e864822261e94119a26c0a22a44e1bd54895bfcd /test/automated/package-test.el | |
parent | 4568178886420e5dea897a3ff1945b4fc8a4a680 (diff) | |
download | emacs-1197f2e66501837c96d0a5cc627e2791878066f2.tar.gz |
Fix bug#16873
* lisp/emacs-lisp/package.el (package-desc): Use the contents of the
quoted form, not its cdr.
Diffstat (limited to 'test/automated/package-test.el')
-rw-r--r-- | test/automated/package-test.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/automated/package-test.el b/test/automated/package-test.el index 72422a8684b..6d0dcdab299 100644 --- a/test/automated/package-test.el +++ b/test/automated/package-test.el @@ -326,6 +326,7 @@ Must called from within a `tar-mode' buffer." (should (search-forward "Summary: A single-file package with no dependencies" nil t)) (should (search-forward "Homepage: http://doodles.au" nil t)) + (should (search-forward "Keywords: frobnicate")) ;; No description, though. Because at this point we don't know ;; what archive the package originated from, and we don't have ;; its readme file saved. |