From 4b1613762fec33cd12c8484820392c5d7c74c83c Mon Sep 17 00:00:00 2001 From: Stephen Leake Date: Tue, 16 Jun 2015 16:22:50 -0500 Subject: [PATCH] Add missing function xref-location-group for elisp-mode. * lisp/progmodes/elisp-mode.el: Add missing function xref-location-group. --- lisp/progmodes/elisp-mode.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el index 76f32decb17..335a24b444e 100644 --- a/lisp/progmodes/elisp-mode.el +++ b/lisp/progmodes/elisp-mode.el @@ -716,6 +716,9 @@ It can be quoted, or be inside a quoted form." (goto-char (or (cdr buffer-point) (point-min))) (point-marker))))) +(cl-defmethod xref-location-group ((l xref-elisp-location)) + (xref-elisp-location-file l)) + ;;; Elisp Interaction mode (defvar lisp-interaction-mode-map -- 2.39.5