aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Moringen2010-12-09 19:31:52 -0800
committerGlenn Morris2010-12-09 19:31:52 -0800
commit9b2a758a0546463337b490969638874ef8f4c7ca (patch)
tree6992585f48eaf3402bcc37fd4b0c41f07401c806
parent65ceb118c42c59b0ff36aeae20ad0f3b53842501 (diff)
downloademacs-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.el2
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