branch: externals/debbugs commit df27b618d57538acde2f0348181ded536728275a Author: Morgan Smith <morgan.j.sm...@outlook.com> Commit: Michael Albinus <michael.albi...@gmx.de>
* debbugs-gnu.el (debbugs-gnu-find-contributor): Make regex more specific. --- debbugs-gnu.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debbugs-gnu.el b/debbugs-gnu.el index 3f5a9aebc8..6b6dd4992b 100644 --- a/debbugs-gnu.el +++ b/debbugs-gnu.el @@ -2702,7 +2702,7 @@ If SELECTIVELY, query the user before applying the patch." (let ((found 0) (match (concat "^[0-9].*" string))) (dolist (file (directory-files-recursively - debbugs-gnu-current-directory "ChangeLog\\(.[0-9]+\\)?$")) + debbugs-gnu-current-directory "ChangeLog\\(\\.[0-9]+\\)?\\'")) (with-temp-buffer (when (file-exists-p file) (insert-file-contents file))