From 3a2b6aa33109dc40b2c1bcc621a624d38fe814fc Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 7 Feb 2016 14:30:16 +1100 Subject: [PATCH] message-valid-fqdn-regexp no longer exists * lisp/gnus/gnus-art.el (gnus-button-valid-fqdn-regexp): Don't use the no-longer-existing message-valid-fqdn-regexp variable. --- lisp/gnus/gnus-art.el | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lisp/gnus/gnus-art.el b/lisp/gnus/gnus-art.el index 366d14aca1d..e9c2921a413 100644 --- a/lisp/gnus/gnus-art.el +++ b/lisp/gnus/gnus-art.el @@ -7452,10 +7452,9 @@ groups." :group 'gnus-article-buttons :type 'regexp) -(defcustom gnus-button-valid-fqdn-regexp - message-valid-fqdn-regexp +(defcustom gnus-button-valid-fqdn-regexp "\\([-A-Za-z0-9]+\\.\\a)+[A-Za-z]+" "Regular expression that matches a valid FQDN." - :version "22.1" + :version "25.2" :group 'gnus-article-buttons :type 'regexp) -- 2.39.2