mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
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:
parent
56bdfe7820
commit
75a1514130
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue