Function: treemacs--compare-markdown-tag-paths

treemacs--compare-markdown-tag-paths is a byte-compiled function defined in treemacs-tag-follow-mode.el.

Signature

(treemacs--compare-markdown-tag-paths P1 P2)

Documentation

Specialised version of treemacs--compare-tag-paths for markdown and adoc.

P1: Tag-Path P2: Tag-Path

Source Code

;; Defined in ~/.emacs.d/elpa/treemacs-20251226.1307/treemacs-tag-follow-mode.el
(define-inline treemacs--compare-markdown-tag-paths (p1 p2)
  "Specialised version of `treemacs--compare-tag-paths' for markdown and adoc.
P1: Tag-Path
P2: Tag-Path"
  (declare (pure t) (side-effect-free t))
  (inline-letevals (p1 p2)
    (inline-quote
     (< (cdar ,p1) (cdar ,p2)))))