Ulf Jasper <ulf.jasper at web.de>
(icalendar-export-file, icalendar-import-file): Restore significant trailing whitespace in `interactive' prompts.
This commit is contained in:
parent
54648b5c23
commit
6b2872c216
2 changed files with 9 additions and 5 deletions
|
@ -1,3 +1,9 @@
|
|||
2008-01-16 Ulf Jasper <ulf.jasper@web.de>
|
||||
|
||||
* calendar/icalendar.el (icalendar-export-file)
|
||||
(icalendar-import-file): Restore significant trailing whitespace
|
||||
in `interactive' prompts.
|
||||
|
||||
2008-01-15 Dan Nicolaescu <dann@ics.uci.edu>
|
||||
|
||||
* vc-arch.el (vc-arch-delete-rej-if-obsolete): Remove the
|
||||
|
@ -20,8 +26,6 @@
|
|||
* progmodes/cc-vars.el (c-hanging-braces-alist): Remove the
|
||||
obscure non-working fragment ":value c-".
|
||||
|
||||
2008-01-14 Alan Mackenzie <acm@muc.de>
|
||||
|
||||
* progmodes/cc-engine.el (c-guess-basic-syntax): prevent a macro
|
||||
call inside a struct being recognised as a K&R argument.
|
||||
|
||||
|
|
|
@ -710,7 +710,7 @@ would be \"pm\"."
|
|||
"Export diary file to iCalendar format.
|
||||
All diary entries in the file DIARY-FILENAME are converted to iCalendar
|
||||
format. The result is appended to the file ICAL-FILENAME."
|
||||
(interactive "FExport diary data from file:
|
||||
(interactive "FExport diary data from file:
|
||||
Finto iCalendar file: ")
|
||||
(save-current-buffer
|
||||
(set-buffer (find-file diary-filename))
|
||||
|
@ -1454,8 +1454,8 @@ Argument ICAL-FILENAME output iCalendar file.
|
|||
Argument DIARY-FILENAME input `diary-file'.
|
||||
Optional argument NON-MARKING determines whether events are created as
|
||||
non-marking or not."
|
||||
(interactive "fImport iCalendar data from file:
|
||||
Finto diary file:
|
||||
(interactive "fImport iCalendar data from file:
|
||||
Finto diary file:
|
||||
p")
|
||||
;; clean up the diary file
|
||||
(save-current-buffer
|
||||
|
|
Loading…
Add table
Reference in a new issue