Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Undercover work with upcoming Emacs 27 #57

Merged
merged 1 commit into from
Aug 30, 2020

Conversation

doublep
Copy link
Contributor

@doublep doublep commented Feb 17, 2020

This change adapts Undercover for latest Emacs source code. The basic difference is that it no longer works to defalias edebug-before/after, because edebug-enter overrides the aliases. Instead, desired functions should be put to edebug-behavior-alist and property edebug-behavior set on the instrumented functions. Later Edebug will use the property to look up the functions in the alist.

@CyberShadow
Copy link
Member

Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants