diff options
| author | Glenn Morris | 2014-11-25 00:27:02 -0800 |
|---|---|---|
| committer | Glenn Morris | 2014-11-25 00:27:02 -0800 |
| commit | 6a4dee9b99a720a38725529b10c82f32b2c8528a (patch) | |
| tree | 8f69634ba9c98b8948ec2c13ebd804f3bf9ceab1 | |
| parent | a3e1f8ef251f7d25cccbd3198c1b7c2e7260b561 (diff) | |
| download | emacs-6a4dee9b99a720a38725529b10c82f32b2c8528a.tar.gz emacs-6a4dee9b99a720a38725529b10c82f32b2c8528a.zip | |
* gnus-start.el (gnus-save-newsrc-file-check-timestamp): Add :version tag.
| -rw-r--r-- | lisp/gnus/ChangeLog | 5 | ||||
| -rw-r--r-- | lisp/gnus/gnus-start.el | 1 |
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 @@ | |||
| 1 | 2014-11-25 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * gnus-start.el (gnus-save-newsrc-file-check-timestamp): | ||
| 4 | Add :version tag. | ||
| 5 | |||
| 1 | 2014-11-23 Lars Magne Ingebrigtsen <larsi@gnus.org> | 6 | 2014-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'." | |||
| 447 | When the newsrc.eld file is updated by multiple machines, | 447 | When the newsrc.eld file is updated by multiple machines, |
| 448 | checking the file's modification time is a good way to avoid | 448 | checking the file's modification time is a good way to avoid |
| 449 | overwriting updated data." | 449 | overwriting updated data." |
| 450 | :version "25.1" | ||
| 450 | :group 'gnus-newsrc | 451 | :group 'gnus-newsrc |
| 451 | :type 'boolean) | 452 | :type 'boolean) |
| 452 | 453 | ||