1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-05 11:45:45 +00:00

* etc/NEWS: Mention change in `edebug-prin1-to-string'.

This commit is contained in:
Noam Postavsky 2018-05-21 16:48:18 -04:00
parent ef4aec14d1
commit d65430f6cb

View File

@ -719,6 +719,13 @@ breakpoint (e.g. with "f" and "o") by customizing the new option
This allows you to enlarge the maximum recursion depth when
instrumenting code.
*** 'edebug-prin1-to-string' now aliases 'cl-prin1-to-string'.
This means edebug output is affected by variables 'cl-print-readably'
and 'cl-print-compiled'. To completely restore the previous printing
behavior, use
(fset 'edebug-prin1-to-string #'prin1-to-string)
** Eshell
*** 'eshell-input-filter's value is now a named function