From b96474678ce62a701f8fef0e5fb3fe1c03ec1cd2 Mon Sep 17 00:00:00 2001 From: Lars Magne Ingebrigtsen Date: Sun, 21 Aug 2011 06:59:37 +0200 Subject: [PATCH] (nntp-authinfo-file): Mark as obsolete -- use auth-source instead. --- lisp/ChangeLog | 3 +++ lisp/nntp.el | 2 ++ 2 files changed, 5 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 1ddfa9bb4..3874c6702 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,8 @@ 2011-08-21 Lars Magne Ingebrigtsen + * nntp.el (nntp-authinfo-file): Mark as obsolete -- use auth-source + instead. + * pop3.el (pop3-wait-for-messages): Don't use Gnus functions here. * gnus-util.el (gnus-process-live-p): Copy over compat function. diff --git a/lisp/nntp.el b/lisp/nntp.el index cae4fb623..325aa67f8 100644 --- a/lisp/nntp.el +++ b/lisp/nntp.el @@ -261,6 +261,8 @@ See `nnml-marks-is-evil' for more information.") (const :format "" "password") (string :format "Password: %v"))))))) +(make-obsolete 'nntp-authinfo-file nil "Emacs 24.1") + (defvoo nntp-connection-timeout nil -- 2.25.1