aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2011-04-16 19:11:49 -0700
committerGlenn Morris2011-04-16 19:11:49 -0700
commit4d2d1ccdbb655a43976da4c1633c0da3c69080cc (patch)
treec680eba65a71d1bddde6497f73f97ea70ea4a2a3 /lisp/ChangeLog
parent61c2b50edd5abf066ee9c80e1780f67925dfa0f1 (diff)
downloademacs-4d2d1ccdbb655a43976da4c1633c0da3c69080cc.tar.gz
emacs-4d2d1ccdbb655a43976da4c1633c0da3c69080cc.zip
Replace stack-trace-on-error usage in calendar.
* lisp/calendar/diary-lib.el (diary-sexp-entry): * lisp/calendar/holidays.el (holiday-sexp): Set debug-on-error rather than the removed stack-trace-on-error.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 66865f4320e..8d38892c0f0 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,9 @@
12011-04-17 Glenn Morris <rgm@gnu.org>
2
3 * calendar/diary-lib.el (diary-sexp-entry):
4 * calendar/holidays.el (holiday-sexp):
5 Set debug-on-error rather than the removed stack-trace-on-error.
6
12011-04-16 Glenn Morris <rgm@gnu.org> 72011-04-16 Glenn Morris <rgm@gnu.org>
2 8
3 * progmodes/f90.el: Use lexical-binding. 9 * progmodes/f90.el: Use lexical-binding.