diff options
| author | Noam Postavsky <npostavs@gmail.com> | 2018-05-21 16:48:18 -0400 |
|---|---|---|
| committer | Noam Postavsky <npostavs@gmail.com> | 2018-05-21 17:11:29 -0400 |
| commit | d65430f6cb48d009c28cc27c5171f6fc82c79663 (patch) | |
| tree | 43a9fe7bf40ad448c37987eb4c4ed47dc586352c | |
| parent | ef4aec14d159b1ac66f4bca97955fc6a9a9a07d6 (diff) | |
| download | emacs-d65430f6cb48d009c28cc27c5171f6fc82c79663.tar.gz | |
* etc/NEWS: Mention change in `edebug-prin1-to-string'.
| -rw-r--r-- | etc/NEWS | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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 |
