aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS5
1 files changed, 5 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index 0a12a122d27..da9f1aa3ac1 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -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.
696Also the debugger can now "continue" from an error, which means it will jump
697to the error handler as if the debugger had not been invoked instead of
698jumping 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,
696discarding any inputs not inside the set. 701discarding any inputs not inside the set.
697 702