summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChong Yidong <cyd@gnu.org>2012-01-28 17:50:52 +0800
committerChong Yidong <cyd@gnu.org>2012-01-28 17:50:52 +0800
commit80ed530414e6e2a3812e33e06b3ee1aab00700aa (patch)
treea839bd935573c95d136a1e9fb98aa027aca6f5ef
parent70550acf88e5d7083d3aa83d201a8a7ebc3ba4b6 (diff)
downloademacs-80ed530414e6e2a3812e33e06b3ee1aab00700aa.tar.gz
Fix last commit.
-rw-r--r--lisp/ChangeLog2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 896f7ce9a97..f4598a5e70e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,7 +1,7 @@
2012-01-28 Phil Hagelberg <phil@hagelb.org>
* emacs-lisp/package.el (package-install): Run
- package-refresh-contents if there is no archive yet (Bug#97978).
+ package-refresh-contents if there is no archive yet (Bug#9798).
2012-01-28 Chong Yidong <cyd@gnu.org>