]> git.eshelyaron.com Git - emacs.git/commitdiff
Ulf Jasper <ulf.jasper at web.de>
authorGlenn Morris <rgm@gnu.org>
Wed, 16 Jan 2008 04:14:45 +0000 (04:14 +0000)
committerGlenn Morris <rgm@gnu.org>
Wed, 16 Jan 2008 04:14:45 +0000 (04:14 +0000)
(icalendar-export-file, icalendar-import-file): Restore
significant trailing whitespace in `interactive' prompts.

lisp/ChangeLog
lisp/calendar/icalendar.el

index 0ec33846981151528fc611f334d1489bed213c28..a9e8fa4fbfbeeec7b6a947eff23476608035dce7 100644 (file)
@@ -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.
 
index a3dc34a2e9b7e9e3ff33333a76bb8a1065e15d7e..982934d94f44e02a64c4c96e01214bd1e9b0979b 100644 (file)
@@ -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