diff options
Diffstat (limited to 'lisp/gnus/gnus-async.el')
-rw-r--r-- | lisp/gnus/gnus-async.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/gnus/gnus-async.el b/lisp/gnus/gnus-async.el index 378b0e063cb..603952dd17b 100644 --- a/lisp/gnus/gnus-async.el +++ b/lisp/gnus/gnus-async.el @@ -74,6 +74,7 @@ It should return non-nil if the article is to be prefetched." "Function called after an article has been prefetched. The function will be called narrowed to the region of the article that was fetched." + :version "24.1" :group 'gnus-asynchronous :type 'function) |