diff options
| author | Glenn Morris | 2010-08-13 19:02:31 -0700 |
|---|---|---|
| committer | Glenn Morris | 2010-08-13 19:02:31 -0700 |
| commit | 810717b6cc799a3364e0c47af9694e5eabd25c76 (patch) | |
| tree | 0b5c6a67cf5b3dfac42f24543356b0f54a8fbe72 | |
| parent | 79d6f59e9651bc70cd0f025cb980b3a121ce8ab2 (diff) | |
| download | emacs-810717b6cc799a3364e0c47af9694e5eabd25c76.tar.gz emacs-810717b6cc799a3364e0c47af9694e5eabd25c76.zip | |
* lisp/gnus/gnus-sync.el (gnus-sync): Fix defgroup version.
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/gnus/gnus-sync.el | 5 |
2 files changed, 6 insertions, 3 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 40e4fe8ab66..f964e6f5a9d 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2010-08-14 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * gnus-sync.el (gnus-sync): Fix defgroup version. | ||
| 4 | |||
| 1 | 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com> | 5 | 2010-08-12 Teodor Zlatanov <tzz@lifelogs.com> |
| 2 | 6 | ||
| 3 | Optimizations for gnus-sync.el. | 7 | Optimizations for gnus-sync.el. |
diff --git a/lisp/gnus/gnus-sync.el b/lisp/gnus/gnus-sync.el index 236a8742630..394dab4fb41 100644 --- a/lisp/gnus/gnus-sync.el +++ b/lisp/gnus/gnus-sync.el | |||
| @@ -1,7 +1,6 @@ | |||
| 1 | ;;; gnus-sync.el --- synchronization facility for Gnus | 1 | ;;; gnus-sync.el --- synchronization facility for Gnus |
| 2 | 2 | ||
| 3 | ;;; Copyright (C) 2010 | 3 | ;; Copyright (C) 2010 Free Software Foundation, Inc. |
| 4 | ;;; Free Software Foundation, Inc. | ||
| 5 | 4 | ||
| 6 | ;; Author: Ted Zlatanov <tzz@lifelogs.com> | 5 | ;; Author: Ted Zlatanov <tzz@lifelogs.com> |
| 7 | ;; Keywords: news synchronization nntp nnrss | 6 | ;; Keywords: news synchronization nntp nnrss |
| @@ -48,7 +47,7 @@ | |||
| 48 | 47 | ||
| 49 | (defgroup gnus-sync nil | 48 | (defgroup gnus-sync nil |
| 50 | "The Gnus synchronization facility." | 49 | "The Gnus synchronization facility." |
| 51 | :version "23.1" | 50 | :version "24.1" |
| 52 | :group 'gnus) | 51 | :group 'gnus) |
| 53 | 52 | ||
| 54 | (defcustom gnus-sync-newsrc-groups `("nntp" "nnrss") | 53 | (defcustom gnus-sync-newsrc-groups `("nntp" "nnrss") |