Variable: hs-block-start-mdata-select

hs-block-start-mdata-select is a buffer-local variable defined in hideshow.el.gz.

Documentation

Element in hs-block-start-regexp match data to consider as block start.

This is used by hs-block-positions to move point to the beginning of this element (using match-beginning) before calling hs-forward-sexp-function.

This is used for regexp matching.

Source Code

;; Defined in /usr/src/emacs/lisp/progmodes/hideshow.el.gz
(defvar-local hs-block-start-mdata-select 0
  "Element in `hs-block-start-regexp' match data to consider as block start.
This is used by `hs-block-positions' to move point to the beginning of
this element (using `match-beginning') before calling
`hs-forward-sexp-function'.

This is used for regexp matching.")