diff options
author | Andrei Chitu <andrei.chitu1@gmail.com> | 2013-10-09 21:18:01 -0400 |
---|---|---|
committer | Glenn Morris <rgm@gnu.org> | 2013-10-09 21:18:01 -0400 |
commit | c6e8ae77b327df99219031e56c7938981f63b4c9 (patch) | |
tree | 3400e196e0345fbc21260372f83a2e4536291df3 /lisp/calendar | |
parent | 9271e90e7349a9fa03edebe72e6baa5fd5a0e624 (diff) | |
download | emacs-c6e8ae77b327df99219031e56c7938981f63b4c9.tar.gz |
* icalendar.el (icalendar-import-file): Fix interactive spec (tiny change)
Fixes: debbugs:15482
Diffstat (limited to 'lisp/calendar')
-rw-r--r-- | lisp/calendar/icalendar.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/calendar/icalendar.el b/lisp/calendar/icalendar.el index bb3ff0436e0..4d0b9d169b5 100644 --- a/lisp/calendar/icalendar.el +++ b/lisp/calendar/icalendar.el @@ -1822,7 +1822,7 @@ Optional argument NON-MARKING determines whether events are created as non-marking or not." (interactive "fImport iCalendar data from file: \n\ Finto diary file: -p") +P") ;; clean up the diary file (save-current-buffer ;; now load and convert from the ical file |