projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
db355b4
)
; Fix xref-match's :version since the default value did change
author
Dmitry Gutov
<dgutov@yandex.ru>
Wed, 22 Mar 2023 16:16:50 +0000
(18:16 +0200)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Thu, 23 Mar 2023 00:44:54 +0000
(
02:44
+0200)
lisp/progmodes/xref.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/xref.el
b/lisp/progmodes/xref.el
index ee4253960c5060b55f168c91877cc5eb400e7d7c..1ae60796601704732904ba606db95ebb7749bae7 100644
(file)
--- a/
lisp/progmodes/xref.el
+++ b/
lisp/progmodes/xref.el
@@
-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 "2
7
.1")
+ :version "2
8
.1")
(defmacro xref--with-dedicated-window (&rest body)
`(let* ((xref-w (get-buffer-window xref-buffer-name))