On Wed, 2010-09-29 at 11:38 -0700, Peter wrote:
> Wrote /home/peter/.emacs
> Contacting host: locuscor.homedns.org:80
> Reading [text/xml]... 13k of 13k (100%)
> Reading... done.
> format-time-string: Symbol's function definition is void: caddr

Looks like I didn't test this with "emacs -q -no-site-file"

If you add the following to weblogger.el, does it work?

  (unless (functionp 'caddr)
    (defun caddr (l) (car (cddr l))))

HTH, Mark.



_______________________________________________
Emacsweblogs mailing list
Emacsweblogs@nongnu.org
http://lists.nongnu.org/mailman/listinfo/emacsweblogs

Reply via email to