Fix url-interactive-p type

* lisp/url/url-vars.el (url-interactive-pw): Fix typo in previous
checkin (bug#54275).
This commit is contained in:
Lars Ingebrigtsen 2022-03-06 19:02:45 +01:00
parent 56bdfe7820
commit 75a1514130

View file

@ -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