From: Stephen Leake Date: Tue, 16 Jun 2015 21:22:50 +0000 (-0500) Subject: Add missing function xref-location-group for elisp-mode. X-Git-Tag: emacs-25.0.90~1722 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=4b1613762fec33cd12c8484820392c5d7c74c83c;p=emacs.git Add missing function xref-location-group for elisp-mode. * lisp/progmodes/elisp-mode.el: Add missing function xref-location-group. --- 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