branch: externals/xref-union
commit 9a8df575385d0061c35b23026b1a4ed5c31cc6f9
Author: Philip Kaludercic <[email protected]>
Commit: Philip Kaludercic <[email protected]>

    Fix header structure
---
 xref-union.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/xref-union.el b/xref-union.el
index bff537ae19..3eb42e0e47 100644
--- a/xref-union.el
+++ b/xref-union.el
@@ -58,7 +58,7 @@ Consult `add-hook' for the interpretation of DEPTH."
   :type 'number)
 
 
-;; Helper functions
+;;;; Helper functions
 (defun xref-union--bol-marker (item)
   "Return a marker for `xref-item' ITEM.
 The marker points to the beginning of the line in which ITEM is located."
@@ -67,6 +67,7 @@ The marker points to the beginning of the line in which ITEM 
is located."
     (with-current-buffer (marker-buffer mark)
       (copy-marker (line-beginning-position)))))
 
+
 ;;;; Xref interface
 
 (defun xref-union-same-p (item1 item2)

Reply via email to