]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix url-interactive-p type
authorLars Ingebrigtsen <larsi@gnus.org>
Sun, 6 Mar 2022 18:02:45 +0000 (19:02 +0100)
committerLars Ingebrigtsen <larsi@gnus.org>
Sun, 6 Mar 2022 18:02:45 +0000 (19:02 +0100)
* lisp/url/url-vars.el (url-interactive-pw): Fix typo in previous
checkin (bug#54275).

lisp/url/url-vars.el

index 9e91bf0670e237a773374745d7eb039ac4f07598..07a638f1ccda9adcb751e460358dce4f68762740 100644 (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