mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-30 04:10:54 -08:00
(url-register-auth-scheme): Fix `format' call.
This commit is contained in:
parent
d3c91027f3
commit
caae2fd85f
1 changed files with 3 additions and 3 deletions
|
|
@ -298,9 +298,9 @@ RATING a rating between 1 and 10 of the strength of the authentication.
|
|||
(node (assoc type url-registered-auth-schemes)))
|
||||
(if (not (fboundp function))
|
||||
(url-warn 'security
|
||||
(format (eval-when-compile
|
||||
"Tried to register `%s' as an auth scheme"
|
||||
", but it is not a function!") function)))
|
||||
(format (concat
|
||||
"Tried to register `%s' as an auth scheme"
|
||||
", but it is not a function!") function)))
|
||||
|
||||
(if node
|
||||
(setcdr node (cons function rating))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue