You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix dumb-jump-goto-file-line-test for Emacs 29 (#442)
In Emacs 29, the ring-insert function is not called anymore when
dumb-jump-goto-file-line is called. The corresponding test relied on an
implementation detail of xref-push-marker-stack. See the longer
explanation in #442.
Fix the test by guarding the check for the ring-insert call with a
Emacs version check.
* Add Emacs 29.4 to CI
---------
Co-authored-by: Joerg Bornemann <[email protected]>
0 commit comments