aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2013-09-11 22:32:57 -0700
committerGlenn Morris2013-09-11 22:32:57 -0700
commit30213927b6eebe291cd425d5863f54bffe0b8a83 (patch)
treea66f7b728c1ba3723a02d2b242cecf3660053bc4 /lisp/ChangeLog
parent170266d096bc4d0952bee907532d14503e882bf6 (diff)
downloademacs-30213927b6eebe291cd425d5863f54bffe0b8a83.tar.gz
emacs-30213927b6eebe291cd425d5863f54bffe0b8a83.zip
Use with-demoted-errors now that it can format any error messages
* dframe.el (dframe-timer-fn): * files.el (dir-locals-read-from-file): * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run, mpc-format): * reveal.el (reveal-post-command): * saveplace.el (load-save-place-alist-from-file): * shell.el (shell-resync-dirs): * w32-common-fns.el (x-get-selection-value): * emacs-lisp/copyright.el (copyright-find-copyright): * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info): * emulation/tpu-edt.el (tpu-copy-keyfile): * play/bubbles.el (bubbles--mark-neighbourhood): * progmodes/executable.el (executable-make-buffer-file-executable-if-script-p): * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 7984dc214c4..d5b6b09aab7 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,21 @@
12013-09-12 Glenn Morris <rgm@gnu.org>
2
3 * dframe.el (dframe-timer-fn):
4 * files.el (dir-locals-read-from-file):
5 * mpc.el (mpc--status-timer-run, mpc--status-idle-timer-run)
6 (mpc-format):
7 * reveal.el (reveal-post-command):
8 * saveplace.el (load-save-place-alist-from-file):
9 * shell.el (shell-resync-dirs):
10 * w32-common-fns.el (x-get-selection-value):
11 * emacs-lisp/copyright.el (copyright-find-copyright):
12 * emacs-lisp/eldoc.el (eldoc-print-current-symbol-info):
13 * emulation/tpu-edt.el (tpu-copy-keyfile):
14 * play/bubbles.el (bubbles--mark-neighbourhood):
15 * progmodes/executable.el
16 (executable-make-buffer-file-executable-if-script-p):
17 * term/pc-win.el (x-get-selection-value): Use with-demoted-errors.
18
12013-09-12 Stefan Monnier <monnier@iro.umontreal.ca> 192013-09-12 Stefan Monnier <monnier@iro.umontreal.ca>
2 20
3 Cleanup Eshell to rely less on dynamic scoping. 21 Cleanup Eshell to rely less on dynamic scoping.