aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorPhil Hagelberg2012-01-28 17:49:29 +0800
committerChong Yidong2012-01-28 17:49:29 +0800
commit70550acf88e5d7083d3aa83d201a8a7ebc3ba4b6 (patch)
treeb75054d97335a37fa8b86ca9106a6d3a9f65d3cf /lisp/ChangeLog
parent0ce8e868b9c704f5f8630e0b8df5550ecadb0e95 (diff)
downloademacs-70550acf88e5d7083d3aa83d201a8a7ebc3ba4b6.tar.gz
emacs-70550acf88e5d7083d3aa83d201a8a7ebc3ba4b6.zip
Fix M-x package-install failure if no archive has been fetched yet.
* emacs-lisp/package.el (package-install): Run package-refresh-contents if there is no archive yet. Fixes: debbugs:97978
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 887959d2fe0..896f7ce9a97 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12012-01-28 Phil Hagelberg <phil@hagelb.org>
2
3 * emacs-lisp/package.el (package-install): Run
4 package-refresh-contents if there is no archive yet (Bug#97978).
5
12012-01-28 Chong Yidong <cyd@gnu.org> 62012-01-28 Chong Yidong <cyd@gnu.org>
2 7
3 * emacs-lisp/package.el (package-maybe-load-descriptor): New 8 * emacs-lisp/package.el (package-maybe-load-descriptor): New