Variable: idlwave-comment-line-start-skip

idlwave-comment-line-start-skip is a variable defined in idlwave.el.gz.

Value

"^[     ]*;"

Documentation

Regexp to match the start of a full-line comment.

That is the _beginning_ of a line containing a comment delimiter ; preceded only by whitespace.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
(defconst idlwave-comment-line-start-skip "^[ \t]*;"
  "Regexp to match the start of a full-line comment.
That is the _beginning_ of a line containing a comment delimiter `;' preceded
only by whitespace.")