Variable: idlwave-no-change-comment

idlwave-no-change-comment is a customizable variable defined in idlwave.el.gz.

Value

";;;"

Documentation

The indentation of a comment that starts with this regular expression will not be changed. Note that the indentation of a comment at the beginning of a line is never changed.

Source Code

;; Defined in /usr/src/emacs/lisp/obsolete/idlwave.el.gz
(defcustom idlwave-no-change-comment ";;;"
  "The indentation of a comment that starts with this regular
expression will not be changed.  Note that the indentation of a comment
at the beginning of a line is never changed."
  :group 'idlwave-code-formatting
  :type 'regexp)