From d3293e68ae58df2e0e93794988c34593b7706b5f Mon Sep 17 00:00:00 2001 From: dancer <> Date: Sat, 29 Jul 2006 02:09:13 +0000 Subject: * debian-el: - Bug fix: "debian-el: debian-changelog mode does not support bugs with only e-mail address and no full name.", by Junichi Uekawa (Closes: #380217). --- debian-bug.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/debian-bug.el b/debian-bug.el index b5752be..1fa98b8 100644 --- a/debian-bug.el +++ b/debian-bug.el @@ -1772,7 +1772,8 @@ Only decodes if `rfc2047-decode-string' is available." "Reported by: " nil t) (or (looking-at ""\\(.*\\)" <") - (looking-at "\\(.*\\) <"))) + (looking-at "\\(.*\\) <") + (looking-at "\\(.*\\)<"))) (setq shortdescription (concat "Bug fix: \"" shortdescription "\", thanks to " -- cgit v1.2.3