diff options
author | Glenn Morris <rgm@gnu.org> | 2018-04-10 07:50:48 -0700 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2018-04-10 07:50:48 -0700 |
commit | 8f2935a49c7030a03c865ad9890de8bf20148655 (patch) | |
tree | cffc125adcf808476e84e6a98c50aa5585414e33 /lisp/auth-source.el | |
parent | 8b94b8d89fe333d00ec78d1d2d972f095603c3ed (diff) | |
parent | f674c89f7ced2f317f6383e6e572ef636ed7ab7a (diff) | |
download | emacs-8f2935a49c7030a03c865ad9890de8bf20148655.tar.gz |
Merge from origin/emacs-26
f674c89 ; * ChangeLog.3: Update.
80d868e * lisp/emacs-lisp/inline.el: Clarify apparent typos
9f54f28 ; * 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 56122d1d1a2..355c11fbf3a 100644 --- a/lisp/auth-source.el +++ b/lisp/auth-source.el @@ -242,7 +242,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") |