diff options
| author | Jan Moringen | 2010-12-09 19:31:52 -0800 |
|---|---|---|
| committer | Glenn Morris | 2010-12-09 19:31:52 -0800 |
| commit | 9b2a758a0546463337b490969638874ef8f4c7ca (patch) | |
| tree | 6992585f48eaf3402bcc37fd4b0c41f07401c806 | |
| parent | 65ceb118c42c59b0ff36aeae20ad0f3b53842501 (diff) | |
| download | emacs-9b2a758a0546463337b490969638874ef8f4c7ca.tar.gz emacs-9b2a758a0546463337b490969638874ef8f4c7ca.zip | |
Commit missing file from 2010-05-15T00:48:53Z!rgm@gnu.org.
Fixes: debbugs:7505
| -rw-r--r-- | lisp/log-edit.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/log-edit.el b/lisp/log-edit.el index ddc0f601701..3f79c2a2b44 100644 --- a/lisp/log-edit.el +++ b/lisp/log-edit.el | |||
| @@ -773,7 +773,7 @@ where LOGBUFFER is the name of the ChangeLog buffer, and each | |||
| 773 | (setq pattern (file-name-nondirectory file))) | 773 | (setq pattern (file-name-nondirectory file))) |
| 774 | 774 | ||
| 775 | (setq pattern (concat "\\(^\\|[^[:alnum:]]\\)" | 775 | (setq pattern (concat "\\(^\\|[^[:alnum:]]\\)" |
| 776 | pattern | 776 | (regexp-quote pattern) |
| 777 | "\\($\\|[^[:alnum:]]\\)")) | 777 | "\\($\\|[^[:alnum:]]\\)")) |
| 778 | 778 | ||
| 779 | (let (texts | 779 | (let (texts |