diff options
Diffstat (limited to 'lisp/progmodes/xref.el')
| -rw-r--r-- | lisp/progmodes/xref.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el index 4db0df6c3b8..63e065e696e 100644 --- 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 | |||
| 1126 | maximize (xref-location-line | 1126 | maximize (xref-location-line |
| 1127 | (xref-item-location xref))) | 1127 | (xref-item-location xref))) |
| 1128 | for line-format = (and max-line | 1128 | for line-format = (and max-line |
| 1129 | (format "%%%dd: " (1+ (floor (log max-line 10))))) | 1129 | (format "%%%dd:" (1+ (floor (log max-line 10))))) |
| 1130 | with item-text-props = (list 'mouse-face 'highlight | 1130 | with item-text-props = (list 'mouse-face 'highlight |
| 1131 | 'keymap xref--button-map | 1131 | 'keymap xref--button-map |
| 1132 | 'help-echo | 1132 | 'help-echo |