Function: compilation--file-struct->loc-tree

compilation--file-struct->loc-tree is a macro defined in compile.el.gz.

Signature

(compilation--file-struct->loc-tree FS)

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/compile.el.gz
;; The FORMATS field plays the role of ANCHOR in the loc-tree.
(defmacro compilation--file-struct->loc-tree (fs) `(cdr ,fs))