* lisp/progmodes/xref.el (xref--insert-xrefs): Remove extra space (bug#61340).
(cherry picked from commit 643a11c6e5
)
This commit is contained in:
parent
25c65e6b58
commit
6b90877359
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue