emacsweblogs
[Top][All Lists]
Advanced

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

Re: [Emacsweblogs] format-time-string: Symbol's function definition is v


From: Mark A. Hershberger
Subject: Re: [Emacsweblogs] format-time-string: Symbol's function definition is void: caddr
Date: Thu, 30 Sep 2010 12:06:14 -0400

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.





reply via email to

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