emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] emacs-26 d65430f: * etc/NEWS: Mention change in `edebug-pr


From: Noam Postavsky
Subject: [Emacs-diffs] emacs-26 d65430f: * etc/NEWS: Mention change in `edebug-prin1-to-string'.
Date: Mon, 21 May 2018 17:11:34 -0400 (EDT)

branch: emacs-26
commit d65430f6cb48d009c28cc27c5171f6fc82c79663
Author: Noam Postavsky <address@hidden>
Commit: Noam Postavsky <address@hidden>

    * etc/NEWS: Mention change in `edebug-prin1-to-string'.
---
 etc/NEWS | 7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/etc/NEWS b/etc/NEWS
index 65a7210..10afb7b 100644
--- a/etc/NEWS
+++ b/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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]