Alan Shutko wrote: > -(appt-activate 1) > - > +(if (not noninteractive) > + (appt-activate 1))
I think a better solution might be to make solar-setup barf if called non-interactively, since it can't do anything in that case anyway. The call to diary in appt.el is already in a condition-case, so the error will just get ignored. icalendar.el doesn't actually seem to need appt.el anyway... _______________________________________________ Emacs-devel mailing list Emacs-devel@gnu.org http://lists.gnu.org/mailman/listinfo/emacs-devel