From: Glenn Morris Date: Tue, 25 Nov 2014 08:27:02 +0000 (-0800) Subject: * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Add :version tag. X-Git-Tag: emacs-25.0.90~2635^2~336 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=6a4dee9b99a720a38725529b10c82f32b2c8528a;p=emacs.git * gnus-start.el (gnus-save-newsrc-file-check-timestamp): Add :version tag. --- diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index a3ce96c6621..f53bf02d259 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog @@ -1,3 +1,8 @@ +2014-11-25 Glenn Morris + + * gnus-start.el (gnus-save-newsrc-file-check-timestamp): + Add :version tag. + 2014-11-23 Lars Magne Ingebrigtsen * pop3.el (pop3-open-server): Warn unless encrypted. diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el index 70d0a2826b8..24c2b48e63a 100644 --- a/lisp/gnus/gnus-start.el +++ b/lisp/gnus/gnus-start.el @@ -447,6 +447,7 @@ See also `gnus-before-startup-hook'." When the newsrc.eld file is updated by multiple machines, checking the file's modification time is a good way to avoid overwriting updated data." + :version "25.1" :group 'gnus-newsrc :type 'boolean)