Function: ewoc-location
ewoc-location is a byte-compiled function defined in ewoc.el.gz.
Signature
(ewoc-location NODE)
Documentation
Return the start location of NODE.
Source Code
;; Defined in /usr/src/emacs/lisp/emacs-lisp/ewoc.el.gz
(defun ewoc-location (node)
"Return the start location of NODE."
(ewoc--node-start-marker node))