From: Lars Ingebrigtsen Date: Sun, 6 Mar 2022 18:02:45 +0000 (+0100) Subject: Fix url-interactive-p type X-Git-Tag: emacs-29.0.90~1989 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=75a15141303bcce89018820b1480bd84136c8df4;p=emacs.git Fix url-interactive-p type * lisp/url/url-vars.el (url-interactive-pw): Fix typo in previous checkin (bug#54275). --- 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