diff options
| author | Stefan Monnier | 2011-02-23 10:22:28 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2011-02-23 10:22:28 -0500 |
| commit | 53cfe624fc93b0f8aea0747f4d3493881404e77f (patch) | |
| tree | 0206365b692ee955ec3ede49807c5fc4fd051796 /etc | |
| parent | 617a0e834a8f3870e28308cd2d04cba6d945f62b (diff) | |
| download | emacs-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/NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
| @@ -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. |
| 716 | Also the debugger can now "continue" from an error, which means it will jump | 717 | Also the debugger can now "continue" from an error, which means it will jump |
| 717 | to the error handler as if the debugger had not been invoked instead of | 718 | to the error handler as if the debugger had not been invoked instead of |