]> code.delx.au - gnu-emacs/blobdiff - lisp/gnus/gnus-async.el
Update copyright year to 2015
[gnu-emacs] / lisp / gnus / gnus-async.el
index c5d64332547e0ba52c4d083a8209f8bb1e1cc864..b1b3af9658e047c184de0526cee6387d9f09e0e9 100644 (file)
@@ -1,6 +1,6 @@
 ;;; gnus-async.el --- asynchronous support for Gnus
 
-;; Copyright (C) 1996-2013 Free Software Foundation, Inc.
+;; Copyright (C) 1996-2015 Free Software Foundation, Inc.
 
 ;; Author: Lars Magne Ingebrigtsen <larsi@gnus.org>
 ;; Keywords: news
@@ -76,7 +76,7 @@ The function will be called narrowed to the region of the article
 that was fetched."
   :version "24.1"
   :group 'gnus-asynchronous
-  :type 'function)
+  :type '(choice (const nil) function))
 
 ;;; Internal variables.