; Fix xref-match's :version since the default value did change
This commit is contained in:
parent
db355b420b
commit
6de00e4df9
1 changed files with 1 additions and 1 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Reference in a new issue