]> git.eshelyaron.com Git - emacs.git/commitdiff
* gnus-start.el (gnus-save-newsrc-file-check-timestamp): Add :version tag.
authorGlenn Morris <rgm@gnu.org>
Tue, 25 Nov 2014 08:27:02 +0000 (00:27 -0800)
committerGlenn Morris <rgm@gnu.org>
Tue, 25 Nov 2014 08:27:02 +0000 (00:27 -0800)
lisp/gnus/ChangeLog
lisp/gnus/gnus-start.el

index a3ce96c66219dcd9ccc4e939d002b3e10d20f25c..f53bf02d259c55d00b24abefde4714d15c8fcb73 100644 (file)
@@ -1,3 +1,8 @@
+2014-11-25  Glenn Morris  <rgm@gnu.org>
+
+       * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
+       Add :version tag.
+
 2014-11-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
 
        * pop3.el (pop3-open-server): Warn unless encrypted.
index 70d0a2826b8d1fb0e75a6e522ef294f12ca4c629..24c2b48e63a17b8c7b8acebe49ac8490e368fe9e 100644 (file)
@@ -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)