aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS14
1 files changed, 9 insertions, 5 deletions
diff --git a/etc/NEWS b/etc/NEWS
index af4bcf11dbb..e095ca795e4 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -675,7 +675,15 @@ The interpretation of the DECLS is determined by `defun-declarations-alist'.
675 675
676** New error type and new function `user-error'. Doesn't trigger the debugger. 676** New error type and new function `user-error'. Doesn't trigger the debugger.
677 677
678** New option `debugger-bury-or-kill'. 678** Debugger
679*** New option `debugger-bury-or-kill'.
680
681*** Set `debug-on-message' to enter the debugger when a certain
682message is displayed in the echo area. This can be useful when trying
683to work out which code is doing something.
684
685*** New var `inhibit-debugger', automatically set to prevent accidental
686recursive invocations.
679 687
680+++ 688+++
681** New utility function `buffer-narrowed-p'. 689** New utility function `buffer-narrowed-p'.
@@ -1977,10 +1985,6 @@ instead of jumping all the way to the top-level.
1977*** Set `debug-on-event' to enter the debugger on events like SIGUSR1. 1985*** Set `debug-on-event' to enter the debugger on events like SIGUSR1.
1978This can be useful when `inhibit-quit' is set. 1986This can be useful when `inhibit-quit' is set.
1979 1987
1980*** Set `debug-on-message' to enter the debugger when a certain
1981message is displayed in the echo area. This can be useful when trying
1982to work out which code is doing something.
1983
1984** The new function `server-eval-at' allows evaluation of Lisp forms on 1988** The new function `server-eval-at' allows evaluation of Lisp forms on
1985named Emacs server instances. 1989named Emacs server instances.
1986 1990