emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/emacs-24 r111105: * lisp/vc/log-edit.el (lo


From: Glenn Morris
Subject: [Emacs-diffs] /srv/bzr/emacs/emacs-24 r111105: * lisp/vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
Date: Mon, 31 Dec 2012 12:13:28 -0800
User-agent: Bazaar (2.5.0)

------------------------------------------------------------
revno: 111105
committer: Glenn Morris <address@hidden>
branch nick: emacs-24
timestamp: Mon 2012-12-31 12:13:28 -0800
message:
  * lisp/vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
modified:
  lisp/ChangeLog
  lisp/vc/log-edit.el
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2012-12-31 19:27:20 +0000
+++ b/lisp/ChangeLog    2012-12-31 20:13:28 +0000
@@ -1,3 +1,7 @@
+2012-12-31  Glenn Morris  <address@hidden>
+
+       * vc/log-edit.el (log-edit-header-contents-regexp): Add doc string.
+
 2012-12-31  Fabián Ezequiel Gallina  <address@hidden>
 
        * progmodes/python.el: Support other commands triggering

=== modified file 'lisp/vc/log-edit.el'
--- a/lisp/vc/log-edit.el       2012-10-02 00:24:18 +0000
+++ b/lisp/vc/log-edit.el       2012-12-31 20:13:28 +0000
@@ -319,7 +319,9 @@
   "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.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]