* 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 This allows you to enlarge the maximum recursion depth when
instrumenting code. 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
*** 'eshell-input-filter's value is now a named function *** 'eshell-input-filter's value is now a named function