emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/calendar/icalendar.el


From: D . Goel
Subject: [Emacs-diffs] Changes to emacs/lisp/calendar/icalendar.el
Date: Sun, 18 Sep 2005 08:41:39 -0400

Index: emacs/lisp/calendar/icalendar.el
diff -c emacs/lisp/calendar/icalendar.el:1.12 
emacs/lisp/calendar/icalendar.el:1.13
*** emacs/lisp/calendar/icalendar.el:1.12       Mon Jul 18 11:05:16 2005
--- emacs/lisp/calendar/icalendar.el    Sun Sep 18 12:41:38 2005
***************
*** 1532,1538 ****
           (setq found-error t)
           (setq error-string (format "%s\n%s\nCannot handle this event: %s"
                                      error-val error-string e))
!          (message error-string))))
      (if found-error
          (save-current-buffer
            (set-buffer (get-buffer-create "*icalendar-errors*"))
--- 1532,1538 ----
           (setq found-error t)
           (setq error-string (format "%s\n%s\nCannot handle this event: %s"
                                      error-val error-string e))
!          (message "%s" error-string))))
      (if found-error
          (save-current-buffer
            (set-buffer (get-buffer-create "*icalendar-errors*"))




reply via email to

[Prev in Thread] Current Thread [Next in Thread]