emacs-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Warning "Obsolete name arg "password-store" to constructor auth-sour


From: Stefan Monnier
Subject: Re: Warning "Obsolete name arg "password-store" to constructor auth-source-backend"
Date: Mon, 12 Feb 2018 11:26:11 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/27.0.50 (gnu/linux)

> (defvar auth-source-pass-backend
>   (auth-source-backend
>    (format "Password store")
>    :source "." ;; not used
>    :type 'password-store
>    :search-function #'auth-source-pass-search)
>   "Auth-source backend for password-store.")
>
> … which seems OK to do, since all callers of auth-source-backend in
> auth-source.el do it?  Maybe Stefan (who wrote that warning)
> can advise?

Just remove that argument.  It's unused.


        Stefan



reply via email to

[Prev in Thread] Current Thread [Next in Thread]