* etc/NEWS: Mention timer error reporting.
Ref: http://debbugs.gnu.org/18444#8
This commit is contained in:
parent
6e49a66ad2
commit
ab10393e75
1 changed files with 5 additions and 0 deletions
5
etc/NEWS
5
etc/NEWS
|
@ -1124,6 +1124,11 @@ and can be accessed by calling the `coding-system-type' function.)
|
|||
|
||||
*** `with-demoted-errors' takes an additional argument `format'.
|
||||
|
||||
*** Errors from timer functions are no longer silently discarded,
|
||||
but are reported as messages. So you may see "Error running timer"
|
||||
messages from code that was failing silently till now. Set
|
||||
`debug-on-error' non-nil to get a real error and a backtrace.
|
||||
|
||||
** Faces
|
||||
|
||||
*** Face specs set via Custom themes now replace the `defface' spec
|
||||
|
|
Loading…
Add table
Reference in a new issue