diff options
author | Eli Zaretskii <eliz@gnu.org> | 2018-04-04 22:16:09 +0300 |
---|---|---|
committer | Eli Zaretskii <eliz@gnu.org> | 2018-04-04 22:16:09 +0300 |
commit | 9f54f285c9637b8fc262e0994ea4c59f99a87065 (patch) | |
tree | dc298bcde9a2abdd7d10d50cc01f909e1c82bf05 /lisp/auth-source.el | |
parent | 3573b4e2ae0d1e6e4337f9f71ce49cc0a7ff7bad (diff) | |
download | emacs-9f54f285c9637b8fc262e0994ea4c59f99a87065.tar.gz emacs-9f54f285c9637b8fc262e0994ea4c59f99a87065.tar.bz2 emacs-9f54f285c9637b8fc262e0994ea4c59f99a87065.zip |
; * lisp/auth-source.el (auth-sources): Update the :version tag.
Diffstat (limited to 'lisp/auth-source.el')
-rw-r--r-- | lisp/auth-source.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/auth-source.el b/lisp/auth-source.el index 1bb79d11ff4..b733054ae5f 100644 --- a/lisp/auth-source.el +++ b/lisp/auth-source.el @@ -241,7 +241,7 @@ for details. It's best to customize this with `\\[customize-variable]' because the choices can get pretty complex." :group 'auth-source - :version "24.1" ;; No Gnus + :version "26.1" ;; No Gnus :type `(repeat :tag "Authentication Sources" (choice (string :tag "Just a file") |