diff options
| -rw-r--r-- | lisp/gnus/ChangeLog | 2 | ||||
| -rw-r--r-- | lisp/gnus/gnus-icalendar.el | 2 |
2 files changed, 3 insertions, 1 deletions
diff --git a/lisp/gnus/ChangeLog b/lisp/gnus/ChangeLog index e8fa026fc60..bc56d942191 100644 --- a/lisp/gnus/ChangeLog +++ b/lisp/gnus/ChangeLog | |||
| @@ -1,5 +1,7 @@ | |||
| 1 | 2013-08-13 Glenn Morris <rgm@gnu.org> | 1 | 2013-08-13 Glenn Morris <rgm@gnu.org> |
| 2 | 2 | ||
| 3 | * gnus-icalendar.el (gnus-icalendar-org-capture-file): Fix type. | ||
| 4 | |||
| 3 | * gnus.el (gnus-valid-select-methods): Fix type. | 5 | * gnus.el (gnus-valid-select-methods): Fix type. |
| 4 | 6 | ||
| 5 | * nnimap.el (nnimap-request-articles-find-limit): Fix type, version. | 7 | * nnimap.el (nnimap-request-articles-find-limit): Fix type, version. |
diff --git a/lisp/gnus/gnus-icalendar.el b/lisp/gnus/gnus-icalendar.el index 3a9e743e8ed..a946a586033 100644 --- a/lisp/gnus/gnus-icalendar.el +++ b/lisp/gnus/gnus-icalendar.el | |||
| @@ -323,7 +323,7 @@ on the IDENTITIES list." | |||
| 323 | 323 | ||
| 324 | (defcustom gnus-icalendar-org-capture-file nil | 324 | (defcustom gnus-icalendar-org-capture-file nil |
| 325 | "Target Org file for storing captured calendar events." | 325 | "Target Org file for storing captured calendar events." |
| 326 | :type 'file | 326 | :type '(choice (const nil) file) |
| 327 | :group 'gnus-icalendar-org) | 327 | :group 'gnus-icalendar-org) |
| 328 | 328 | ||
| 329 | (defcustom gnus-icalendar-org-capture-headline nil | 329 | (defcustom gnus-icalendar-org-capture-headline nil |