diff options
Diffstat (limited to 'lisp/vc/log-edit.el')
| -rw-r--r-- | lisp/vc/log-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/vc/log-edit.el b/lisp/vc/log-edit.el index d5d46147cf7..906f9a94205 100644 --- a/lisp/vc/log-edit.el +++ b/lisp/vc/log-edit.el @@ -529,7 +529,7 @@ according to `fill-column'." (and (< beg end) (re-search-forward (concat "\\(?1:" change-log-unindented-file-names-re - "\\)\\|^\\(?1:\\)(") + "\\)\\|^\\(?1:\\)[[:blank:]]*(") end t) (copy-marker (match-end 1))) ;; Fill prose between log entries. |
