-
-
Notifications
You must be signed in to change notification settings - Fork 938
Suppress obsolete warning on latest emacs #4859
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
Conversation
Emacs HEAD has obsoleted `revert-buffer-in-progress-p`: https://github.com/emacs-mirror/emacs/commit/ 1fc4bb1fead205e425f69fa803a71f4e446d48a8 We can't use the new name because it doesn't exist on older emacs versions, so just ignore the warning for now.
I don't love the random warning suppressions in two different places. The best other option I came up with was sprinkling Maybe conditionally doing a |
And now we no longer need to suppress the warning
Okay, I like that better after all. |
The link doesn't seem to point to the relevant commit. 🤔 https://github.com/emacs-mirror/emacs/commit/ |
Whoops, the link got line-broken somehow. Should work now -- emacs-mirror/emacs@1fc4bb1 |
Thank you! :) |
Emacs HEAD has obsoleted
revert-buffer-in-progress-p
: emacs-mirror/emacs@1fc4bb1We can't use the new name because it doesn't exist on older emacs versions, so just ignore the warning for now.