* gnus/gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.

This commit is contained in:
Glenn Morris 2013-08-13 00:22:05 -07:00
parent af1c6c8493
commit ae3f0661b3
2 changed files with 3 additions and 1 deletions

View file

@ -1,5 +1,7 @@
2013-08-13 Glenn Morris <rgm@gnu.org>
* gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
* gnus.el (gnus-valid-select-methods): Fix type.
* nnimap.el (nnimap-request-articles-find-limit): Fix type, version.

View file

@ -323,7 +323,7 @@ on the IDENTITIES list."
(defcustom gnus-icalendar-org-capture-file nil
"Target Org file for storing captured calendar events."
:type 'file
:type '(choice (const nil) file)
:group 'gnus-icalendar-org)
(defcustom gnus-icalendar-org-capture-headline nil