1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

* lisp/vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.

This commit is contained in:
Glenn Morris 2012-12-31 12:13:28 -08:00
parent 9800c5b059
commit b83a2ddd47
2 changed files with 7 additions and 1 deletions

View file

@ -1,3 +1,7 @@
2012-12-31 Glenn Morris <rgm@gnu.org>
* vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
2012-12-31 Fabián Ezequiel Gallina <fgallina@cuca>
* progmodes/python.el: Support other commands triggering

View file

@ -319,7 +319,9 @@ automatically."
"AList of known headers and the face to use to highlight them.")
(defconst log-edit-header-contents-regexp
"[ \t]*\\(.*\\(\n[ \t].*\\)*\\)\n?")
"[ \t]*\\(.*\\(\n[ \t].*\\)*\\)\n?"
"Regular expression matching a header field.
The first subexpression is the actual text of the field.")
(defun log-edit-match-to-eoh (_limit)
;; FIXME: copied from message-match-to-eoh.