aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2012-08-08 15:53:44 -0400
committerStefan Monnier2012-08-08 15:53:44 -0400
commitcc92c454ade571f06d04a7578139b561c799b204 (patch)
tree4f81c2a0bd2a6e7f922e6b20b309a7d8b9f7d953 /src/ChangeLog
parent4250fdf5b34a9fddf6ee1cf12270d9e269c1aa6e (diff)
downloademacs-cc92c454ade571f06d04a7578139b561c799b204.tar.gz
emacs-cc92c454ade571f06d04a7578139b561c799b204.zip
* src/xdisp.c (safe_eval_handler): Remove prototype. Receive args describing
the failing expression, include them in the error message. * src/eval.c (internal_condition_case_n): Pass nargs and args to hfun. * src/lisp.h (internal_condition_case_n): Update declaration.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3717b4400b2..4a570a51df4 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,10 @@
12012-08-08 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * xdisp.c (safe_eval_handler): Remove prototype. Receive args describing
4 the failing expression, include them in the error message.
5 * eval.c (internal_condition_case_n): Pass nargs and args to hfun.
6 * lisp.h (internal_condition_case_n): Update declaration.
7
12012-08-08 Dmitry Antipov <dmantipov@yandex.ru> 82012-08-08 Dmitry Antipov <dmantipov@yandex.ru>
2 9
3 Inline functions to examine and change buffer overlays. 10 Inline functions to examine and change buffer overlays.