aboutsummaryrefslogtreecommitdiffstats
path: root/test/automated/data
diff options
context:
space:
mode:
authorDmitry Gutov2013-10-01 04:38:37 +0300
committerDmitry Gutov2013-10-01 04:38:37 +0300
commit494e898bc770b002abcce526aa4bc772a57de10a (patch)
tree07254ad37b9f8ea8ce3e3d6dbc3dec4477c7bce5 /test/automated/data
parente9155c4ae4fff20989e8ec0cfbe3c24036a897a3 (diff)
downloademacs-494e898bc770b002abcce526aa4bc772a57de10a.tar.gz
emacs-494e898bc770b002abcce526aa4bc772a57de10a.zip
* lisp/emacs-lisp/package.el (package-buffer-info, describe-package-1):
Use :url instead of :homepage, as per http://lists.gnu.org/archive/html/emacs-devel/2013-09/msg00622.html * test/automated/package-test.el: Update all cases to use :url instead of :homepage. * test/automated/package-x-test.el (package-x-test--single-archive-entry-1-3): Same.
Diffstat (limited to 'test/automated/data')
-rw-r--r--test/automated/data/package/archive-contents4
-rw-r--r--test/automated/data/package/multi-file-0.2.3.tarbin20480 -> 20480 bytes
2 files changed, 2 insertions, 2 deletions
diff --git a/test/automated/data/package/archive-contents b/test/automated/data/package/archive-contents
index b26179c0c3b..8d6f3226ae6 100644
--- a/test/automated/data/package/archive-contents
+++ b/test/automated/data/package/archive-contents
@@ -2,11 +2,11 @@
2 (simple-single . 2 (simple-single .
3 [(1 3) 3 [(1 3)
4 nil "A single-file package with no dependencies" single 4 nil "A single-file package with no dependencies" single
5 ((:homepage . "http://doodles.au"))]) 5 ((:url . "http://doodles.au"))])
6 (simple-depend . 6 (simple-depend .
7 [(1 0) 7 [(1 0)
8 ((simple-single (1 3))) "A single-file package with a dependency." single]) 8 ((simple-single (1 3))) "A single-file package with a dependency." single])
9 (multi-file . 9 (multi-file .
10 [(0 2 3) 10 [(0 2 3)
11 nil "Example of a multi-file tar package" tar 11 nil "Example of a multi-file tar package" tar
12 ((:homepage . "http://puddles.li"))])) 12 ((:url . "http://puddles.li"))]))
diff --git a/test/automated/data/package/multi-file-0.2.3.tar b/test/automated/data/package/multi-file-0.2.3.tar
index dde331d0e01..2f1c5e93df1 100644
--- a/test/automated/data/package/multi-file-0.2.3.tar
+++ b/test/automated/data/package/multi-file-0.2.3.tar
Binary files differ