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

backtrace--print-frame was deleted in emacs 27+, use alternate. #70

Merged
merged 1 commit into from
Jul 10, 2020

Conversation

lastquestion
Copy link
Owner

@lastquestion lastquestion commented Jul 10, 2020

This should have been caught via unit tests, and it did, I just didn't actually set the env-var for the unit test run correctly. I will automate that in another PR.

I decided to (require 'backtrace) dynamically, only when we actually need it, as it's not defined in emacs 26. In some future world when 26 support is dead (4 years from now?) I will move it to the top level requires.

The commit is emacs-mirror/emacs@83af893

@lastquestion
Copy link
Owner Author

I tried to make this more elegant via some eval-when-compile but I couldn't get it to work as I understand it. I'll try again later but I want to fix this bug first.

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.

1 participant