mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-23 06:21:29 -07:00
; * etc/NEWS: Document the change that fixed bug#65897.
This commit is contained in:
parent
98fbaacac2
commit
8c663618ce
1 changed files with 8 additions and 0 deletions
8
etc/NEWS
8
etc/NEWS
|
|
@ -614,6 +614,14 @@ To use the ':foreground' or current text color ensure the 'fill' attribute
|
|||
in the SVG is set to 'currentcolor', or set the image spec's ':css'
|
||||
value to 'svg {fill: currentcolor;}'.
|
||||
|
||||
---
|
||||
** Errors signaled by 'emacsclient' connections can now enter the debugger.
|
||||
If 'debug-on-error' is non-nil, errors signaled by Lisp programs
|
||||
executed due to 'emacsclient' connections will now enter the Lisp
|
||||
debugger and show the backtrace. If 'debug-on-error' is nil, these
|
||||
errors will be sent to 'emacsclient', as before, and will be displayed
|
||||
on the terminal from which 'emacsclient' was invoked.
|
||||
|
||||
|
||||
* Editing Changes in Emacs 31.1
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue