* gnus/gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type.
This commit is contained in:
parent
af1c6c8493
commit
ae3f0661b3
2 changed files with 3 additions and 1 deletions
|
@ -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.
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue