aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorStefan Monnier2011-02-23 10:22:28 -0500
committerStefan Monnier2011-02-23 10:22:28 -0500
commit53cfe624fc93b0f8aea0747f4d3493881404e77f (patch)
tree0206365b692ee955ec3ede49807c5fc4fd051796 /etc
parent617a0e834a8f3870e28308cd2d04cba6d945f62b (diff)
downloademacs-53cfe624fc93b0f8aea0747f4d3493881404e77f.tar.gz
emacs-53cfe624fc93b0f8aea0747f4d3493881404e77f.zip
* lisp/emacs-lisp/bytecomp.el (byte-compile-disable-print-circle): Obsolete.
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 217f5ab1d70..cfb788940d0 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -712,6 +712,7 @@ sc.el, x-menu.el, rnews.el, rnewspost.el
712 712
713* Lisp changes in Emacs 24.1 713* Lisp changes in Emacs 24.1
714 714
715** byte-compile-disable-print-circle is obsolete.
715** Removed the stack-trace-on-error variable. 716** Removed the stack-trace-on-error variable.
716Also the debugger can now "continue" from an error, which means it will jump 717Also the debugger can now "continue" from an error, which means it will jump
717to the error handler as if the debugger had not been invoked instead of 718to the error handler as if the debugger had not been invoked instead of