diff options
Diffstat (limited to 'etc')
| -rw-r--r-- | etc/NEWS | 5 |
1 files changed, 5 insertions, 0 deletions
| @@ -692,6 +692,11 @@ sc.el, x-menu.el, rnews.el, rnewspost.el | |||
| 692 | 692 | ||
| 693 | * Lisp changes in Emacs 24.1 | 693 | * Lisp changes in Emacs 24.1 |
| 694 | 694 | ||
| 695 | ** Removed the stack-trace-on-error variable. | ||
| 696 | Also the debugger can now "continue" from an error, which means it will jump | ||
| 697 | to the error handler as if the debugger had not been invoked instead of | ||
| 698 | jumping all the way to the top-level. | ||
| 699 | |||
| 695 | ** New function `read-char-choice' reads a restricted set of characters, | 700 | ** New function `read-char-choice' reads a restricted set of characters, |
| 696 | discarding any inputs not inside the set. | 701 | discarding any inputs not inside the set. |
| 697 | 702 | ||