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: Alex Branham
Subject: Re: Warning "Obsolete name arg "password-store" to constructor auth-source-backend"
Date: Mon, 12 Feb 2018 11:17:42 -0600
User-agent: mu4e 1.0; emacs 26.0.91

Thanks for the help!

Alex

On Mon 12 Feb 2018 at 10:26, Stefan Monnier <address@hidden> wrote:

>> (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]