Function: allout-current-bullet-pos
allout-current-bullet-pos is a byte-compiled function defined in
allout.el.gz.
Signature
(allout-current-bullet-pos)
Documentation
Return position of current (visible) topic's bullet.
Source Code
;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_ > allout-current-bullet-pos ()
(defun allout-current-bullet-pos ()
"Return position of current (visible) topic's bullet."
(if (not (allout-current-depth))
nil
(1- allout-recent-prefix-end)))