Function: allout-pre-next-prefix

allout-pre-next-prefix is a byte-compiled function defined in allout.el.gz.

Signature

(allout-pre-next-prefix)

Documentation

Skip forward to just before the next heading line.

Returns that character position.

Source Code

;; Defined in /usr/src/emacs/lisp/allout.el.gz
;;;_   > allout-pre-next-prefix ()
(defun allout-pre-next-prefix ()
  "Skip forward to just before the next heading line.

Returns that character position."

  (if (allout-next-heading)
      (goto-char (1- allout-recent-prefix-beginning))))