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:
parent
ef4aec14d1
commit
d65430f6cb
7
etc/NEWS
7
etc/NEWS
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user