; Fix xref-match's :version since the default value did change

This commit is contained in:
Dmitry Gutov 2023-03-22 18:16:50 +02:00
parent db355b420b
commit 6de00e4df9

View file

@ -636,7 +636,7 @@ If SELECT is non-nil, select the target window."
(defface xref-match '((t :inherit match))
"Face used to highlight matches in the xref buffer."
:version "27.1")
:version "28.1")
(defmacro xref--with-dedicated-window (&rest body)
`(let* ((xref-w (get-buffer-window xref-buffer-name))