aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2011-03-08 12:11:19 -0500
committerChong Yidong2011-03-08 12:11:19 -0500
commit515de2e32145b54e9ccf5cc8f74f1773e9652041 (patch)
tree3c5140c60e80032d0d23f5896a0793492306e914 /lisp/ChangeLog
parenta50575464256f7d77914548c520255e72950803c (diff)
downloademacs-515de2e32145b54e9ccf5cc8f74f1773e9652041.tar.gz
emacs-515de2e32145b54e9ccf5cc8f74f1773e9652041.zip
Use condition-case-no-debug in package.el.
* lisp/emacs-lisp/package.el (package-refresh-contents) (package-menu-execute): Use condition-case-no-debug.
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 ca21c9ebf2c..7963e3432cb 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12011-03-08 Chong Yidong <cyd@stupidchicken.com>
2
3 * emacs-lisp/package.el (package-refresh-contents)
4 (package-menu-execute): Use condition-case-no-debug.
5
12011-03-08 Michael Albinus <michael.albinus@gmx.de> 62011-03-08 Michael Albinus <michael.albinus@gmx.de>
2 7
3 * simple.el (shell-command-to-string): Use `process-file'. 8 * simple.el (shell-command-to-string): Use `process-file'.