]> git.eshelyaron.com Git - emacs.git/commitdiff
; Minor fix in 'textsec-domain-suspicious-p'
authorEli Zaretskii <eliz@gnu.org>
Wed, 19 Jan 2022 14:19:36 +0000 (16:19 +0200)
committerEli Zaretskii <eliz@gnu.org>
Wed, 19 Jan 2022 14:19:36 +0000 (16:19 +0200)
* lisp/international/textsec.el (textsec-domain-suspicious-p): Fix
explanation string.

lisp/international/textsec.el

index 394da44e9ab891efa394fe6ef46445444b680297..ab1a742e4648d13b117531eb15b0085e99883227 100644 (file)
@@ -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)