From d0c29576099b02ba75c2458f4c3ac175d1ba9250 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Mon, 8 Feb 2016 13:12:17 +1100 Subject: [PATCH] Fix typo in Gnus regexp * lisp/gnus/gnus-art.el (gnus-button-valid-fqdn-regexp): Fix typo in last change to this regexp (bug#22592). --- lisp/gnus/gnus-art.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index e9c2921a413..f36fdd29d62 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -7452,7 +7452,7 @@ groups." :group 'gnus-article-buttons :type 'regexp) -(defcustom gnus-button-valid-fqdn-regexp "\\([-A-Za-z0-9]+\\.\\a)+[A-Za-z]+" +(defcustom gnus-button-valid-fqdn-regexp "\\([-A-Za-z0-9]+\\.\\)+[A-Za-z]+" "Regular expression that matches a valid FQDN." :version "25.2" :group 'gnus-article-buttons -- 2.39.2