Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
d65430f6
Commit
d65430f6
authored
May 21, 2018
by
Noam Postavsky
Browse files
* etc/NEWS: Mention change in `edebug-prin1-to-string'.
parent
ef4aec14
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
0 deletions
+7
-0
etc/NEWS
etc/NEWS
+7
-0
No files found.
etc/NEWS
View file @
d65430f6
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment