[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
master 75a1514130: Fix url-interactive-p type
From: |
Lars Ingebrigtsen |
Subject: |
master 75a1514130: Fix url-interactive-p type |
Date: |
Sun, 6 Mar 2022 13:03:10 -0500 (EST) |
branch: master
commit 75a15141303bcce89018820b1480bd84136c8df4
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>
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 9e91bf0670..07a638f1cc 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
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- master 75a1514130: Fix url-interactive-p type,
Lars Ingebrigtsen <=