]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix xref-match's :version since the default value did change
authorDmitry Gutov <dgutov@yandex.ru>
Wed, 22 Mar 2023 16:16:50 +0000 (18:16 +0200)
committerDmitry Gutov <dgutov@yandex.ru>
Thu, 23 Mar 2023 00:44:54 +0000 (02:44 +0200)
lisp/progmodes/xref.el

index ee4253960c5060b55f168c91877cc5eb400e7d7c..1ae60796601704732904ba606db95ebb7749bae7 100644 (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))