Variable: change-log-tag-re

change-log-tag-re is a variable defined in add-log.el.gz.

Value

"(\\(\\(?:\\sw\\|\\s_\\)+\\(?:[,        ]+\\(?:\\sw\\|\\s_\\)+\\)*\\))"

Documentation

Regexp matching a tag name in change log entries.

Source Code

;; Defined in /usr/src/emacs/lisp/vc/add-log.el.gz
(defconst change-log-tag-re
  "(\\(\\(?:\\sw\\|\\s_\\)+\\(?:[, \t]+\\(?:\\sw\\|\\s_\\)+\\)*\\))"
  "Regexp matching a tag name in change log entries.")