Function: tar-current-position
tar-current-position is a byte-compiled function defined in
tar-mode.el.gz.
Signature
(tar-current-position)
Documentation
Return the tar-parse-info index for the current line.
Source Code
;; Defined in /usr/src/emacs/lisp/tar-mode.el.gz
(defun tar-current-position ()
"Return the `tar-parse-info' index for the current line."
(count-lines (point-min) (line-beginning-position)))