emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master 4b16137: Add missing function xref-location-group f


From: Stephen Leake
Subject: [Emacs-diffs] master 4b16137: Add missing function xref-location-group for elisp-mode.
Date: Wed, 17 Jun 2015 14:35:44 +0000

branch: master
commit 4b1613762fec33cd12c8484820392c5d7c74c83c
Author: Stephen Leake <address@hidden>
Commit: Stephen Leake <address@hidden>

    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 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/lisp/progmodes/elisp-mode.el b/lisp/progmodes/elisp-mode.el
index 76f32de..335a24b 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]