]> git.eshelyaron.com Git - emacs.git/commitdiff
* etc/NEWS: Mention change in `edebug-prin1-to-string'.
authorNoam Postavsky <npostavs@gmail.com>
Mon, 21 May 2018 20:48:18 +0000 (16:48 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Mon, 21 May 2018 21:11:29 +0000 (17:11 -0400)
etc/NEWS

index 65a7210f5efed9730aadf363026e705960af9487..10afb7b4202838244bd3fce9f05ae6ae975918cf 100644 (file)
--- 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