From 75a15141303bcce89018820b1480bd84136c8df4 Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sun, 6 Mar 2022 19:02:45 +0100 Subject: [PATCH] Fix url-interactive-p type * lisp/url/url-vars.el (url-interactive-pw): Fix typo in previous checkin (bug#54275). --- lisp/url/url-vars.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/url/url-vars.el b/lisp/url/url-vars.el index 9e91bf0670e..07a638f1ccd 100644 --- a/lisp/url/url-vars.el +++ b/lisp/url/url-vars.el @@ -427,7 +427,7 @@ This should be set, e.g. by mail user agents rendering HTML to avoid (defun url-interactive-p () "Say whether the current request is from a interactive context." (not (or url-request-noninteractive - (bound-and-true-p 'url-http-noninteractive)))) + (bound-and-true-p url-http-noninteractive)))) ;; Obsolete -- 2.39.2