unofficial mirror of bug-gnu-emacs@gnu.org 
 help / color / mirror / code / Atom feed
From: Morgan Smith <Morgan.J.Smith@outlook.com>
To: 72574@debbugs.gnu.org
Cc: Morgan Smith <Morgan.J.Smith@outlook.com>,
	Michael Albinus <michael.albinus@gmx.de>
Subject: bug#72574: [PATCH 1/3] * debbugs-gnu.el (debbugs-gnu-find-contributor): Make regex more specific
Date: Sun, 11 Aug 2024 08:18:39 -0400	[thread overview]
Message-ID: <CH3PR84MB34245DE55919D3E2498D4771C5842@CH3PR84MB3424.NAMPRD84.PROD.OUTLOOK.COM> (raw)
In-Reply-To: <CH3PR84MB34243D3DD755536CAA1E44D1C5842@CH3PR84MB3424.NAMPRD84.PROD.OUTLOOK.COM>

---
 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))
-- 
2.45.2






  reply	other threads:[~2024-08-11 12:18 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2024-08-11 12:15 bug#72574: [PATCH 0/3] debbugs improvements. Add tests Morgan Smith
2024-08-11 12:18 ` Morgan Smith [this message]
2024-08-11 13:54   ` bug#72574: [PATCH 1/3] * debbugs-gnu.el (debbugs-gnu-find-contributor): Make regex more specific Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-08-11 12:38 ` bug#72574: [PATCH 0/3] debbugs improvements. Add tests Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors
2024-08-11 22:05 ` bug#72574: [PATCH v2] " Morgan Smith
2024-08-12  9:57   ` Michael Albinus via Bug reports for GNU Emacs, the Swiss army knife of text editors

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

  List information: https://www.gnu.org/software/emacs/

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=CH3PR84MB34245DE55919D3E2498D4771C5842@CH3PR84MB3424.NAMPRD84.PROD.OUTLOOK.COM \
    --to=morgan.j.smith@outlook.com \
    --cc=72574@debbugs.gnu.org \
    --cc=michael.albinus@gmx.de \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this public inbox

	https://git.savannah.gnu.org/cgit/emacs.git

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).