diff options
| author | Glenn Morris | 2011-05-04 23:56:54 -0700 |
|---|---|---|
| committer | Glenn Morris | 2011-05-04 23:56:54 -0700 |
| commit | 8e6167a150bfeaf3406f01561cb6936637f05c33 (patch) | |
| tree | 7dd8289bbcada55e82f859918f6d8b8af42e5f29 | |
| parent | b829690275384748c0d07ac8e0f88c0c50e47363 (diff) | |
| download | emacs-8e6167a150bfeaf3406f01561cb6936637f05c33.tar.gz emacs-8e6167a150bfeaf3406f01561cb6936637f05c33.zip | |
* lisp/gnus/gnus-start.el (gnus-propagate-marks): Declare.
| -rw-r--r-- | lisp/gnus/ChangeLog | 4 | ||||
| -rw-r--r-- | lisp/gnus/gnus-start.el | 2 |
2 files changed, 6 insertions, 0 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index 49128552e00..2e8df577f61 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,3 +1,7 @@ | |||
| 1 | 2011-05-05 Glenn Morris <rgm@gnu.org> | ||
| 2 | |||
| 3 | * gnus-start.el (gnus-propagate-marks): Declare. | ||
| 4 | |||
| 1 | 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com> | 5 | 2011-05-04 Teodor Zlatanov <tzz@lifelogs.com> |
| 2 | 6 | ||
| 3 | * registry.el (registry-reindex): Fix percentage message. | 7 | * registry.el (registry-reindex): Fix percentage message. |
diff --git a/lisp/gnus/gnus-start.el b/lisp/gnus/gnus-start.el index e3b0089cea9..719d0c9e472 100644 --- a/lisp/gnus/gnus-start.el +++ b/lisp/gnus/gnus-start.el | |||
| @@ -1491,6 +1491,8 @@ If SCAN, request a scan of that group as well." | |||
| 1491 | ;; Return the new active info. | 1491 | ;; Return the new active info. |
| 1492 | active))))) | 1492 | active))))) |
| 1493 | 1493 | ||
| 1494 | (defvar gnus-propagate-marks) ; gnus-sum | ||
| 1495 | |||
| 1494 | (defun gnus-get-unread-articles-in-group (info active &optional update) | 1496 | (defun gnus-get-unread-articles-in-group (info active &optional update) |
| 1495 | (when (and info active) | 1497 | (when (and info active) |
| 1496 | ;; Allow the backend to update the info in the group. | 1498 | ;; Allow the backend to update the info in the group. |