aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGlenn Morris2014-11-25 00:27:02 -0800
committerGlenn Morris2014-11-25 00:27:02 -0800
commit6a4dee9b99a720a38725529b10c82f32b2c8528a (patch)
tree8f69634ba9c98b8948ec2c13ebd804f3bf9ceab1
parenta3e1f8ef251f7d25cccbd3198c1b7c2e7260b561 (diff)
downloademacs-6a4dee9b99a720a38725529b10c82f32b2c8528a.tar.gz
emacs-6a4dee9b99a720a38725529b10c82f32b2c8528a.zip
* gnus-start.el (gnus-save-newsrc-file-check-timestamp): Add :version tag.
-rw-r--r--lisp/gnus/ChangeLog5
-rw-r--r--lisp/gnus/gnus-start.el1
2 files changed, 6 insertions, 0 deletions
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 @@
12014-11-25 Glenn Morris <rgm@gnu.org>
2
3 * gnus-start.el (gnus-save-newsrc-file-check-timestamp):
4 Add :version tag.
5
12014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org> 62014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org>
2 7
3 * pop3.el (pop3-open-server): Warn unless encrypted. 8 * 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'."
447When the newsrc.eld file is updated by multiple machines, 447When the newsrc.eld file is updated by multiple machines,
448checking the file's modification time is a good way to avoid 448checking the file's modification time is a good way to avoid
449overwriting updated data." 449overwriting updated data."
450 :version "25.1"
450 :group 'gnus-newsrc 451 :group 'gnus-newsrc
451 :type 'boolean) 452 :type 'boolean)
452 453