mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2024-12-31 11:13:50 +00:00
* icalendar.el (icalendar-import-file): Fix interactive spec (tiny change)
Fixes: debbugs:15482
This commit is contained in:
parent
9271e90e73
commit
c6e8ae77b3
@ -1,3 +1,8 @@
|
||||
2013-10-10 Andrei Chițu <andrei.chitu1@gmail.com> (tiny change)
|
||||
|
||||
* calendar/icalendar.el (icalendar-import-file):
|
||||
Fix interactive spec. (Bug#15482)
|
||||
|
||||
2013-10-10 Glenn Morris <rgm@gnu.org>
|
||||
|
||||
* desktop.el (desktop-save): Default to saving in .emacs.d,
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user