From: Eli Zaretskii Date: Wed, 19 Jan 2022 14:19:36 +0000 (+0200) Subject: ; Minor fix in 'textsec-domain-suspicious-p' X-Git-Tag: emacs-29.0.90~2943 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=87d7362c87966fe614c6cf52e0fc02e87ea2c147;p=emacs.git ; Minor fix in 'textsec-domain-suspicious-p' * lisp/international/textsec.el (textsec-domain-suspicious-p): Fix explanation string. --- diff --git a/lisp/international/textsec.el b/lisp/international/textsec.el index 394da44e9ab..ab1a742e464 100644 --- a/lisp/international/textsec.el +++ b/lisp/international/textsec.el @@ -246,7 +246,7 @@ or use certain other unusual mixtures of characters." (string char) char)))) domain) (unless (puny-highly-restrictive-domain-p domain) - (throw 'found "%s is not highly restrictive")) + (throw 'found (format "%s is not highly-restrictive" domain))) nil)) (defun textsec-local-address-suspicious-p (local)