aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/progmodes/xref.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/progmodes/xref.el b/lisp/progmodes/xref.el
index a5e6edf951d..5d1ba4eaf55 100644
--- a/lisp/progmodes/xref.el
+++ b/lisp/progmodes/xref.el
@@ -227,7 +227,7 @@ This behavior is new in Emacs 28.")
227 "A match xref item describes a search result." 227 "A match xref item describes a search result."
228 length) 228 length)
229 229
230(cl-defgeneric xref-match-length ((item xref-match-item)) 230(cl-defmethod xref-match-length ((item xref-match-item))
231 "Return the length of the match." 231 "Return the length of the match."
232 (xref-match-item-length item)) 232 (xref-match-item-length item))
233 233