projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
25c65e6
)
* lisp/progmodes/xref.el (xref--insert-xrefs): Remove extra space (bug#61340).
author
Juri Linkov
<juri@linkov.net>
Wed, 8 Feb 2023 07:34:49 +0000
(09:34 +0200)
committer
Dmitry Gutov
<dgutov@yandex.ru>
Sun, 19 Feb 2023 17:01:33 +0000
(19:01 +0200)
(cherry picked from commit
643a11c6e5defc0a34da1a53b64aa1e097298923
)
lisp/progmodes/xref.el
patch
|
blob
|
history
diff --git
a/lisp/progmodes/xref.el
b/lisp/progmodes/xref.el
index 4db0df6c3b8c6417c47f8ce7481d8aa48f40ce81..63e065e696ed90774252ad9f19361545ad5e39be 100644
(file)
--- a/
lisp/progmodes/xref.el
+++ b/
lisp/progmodes/xref.el
@@
-1126,7
+1126,7
@@
GROUP is a string for decoration purposes and XREF is an
maximize (xref-location-line
(xref-item-location xref)))
for line-format = (and max-line
- (format "%%%dd:
" (1+ (floor (log max-line 10)))))
+ (format "%%%dd:" (1+ (floor (log max-line 10)))))
with item-text-props = (list 'mouse-face 'highlight
'keymap xref--button-map
'help-echo