help-gnu-emacs
[Top][All Lists]
Advanced

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

Re: worklog.elc error Symbol's function definition is void timezone-fix-


From: Arjen Wiersma
Subject: Re: worklog.elc error Symbol's function definition is void timezone-fix-time
Date: 22 Jul 2003 13:33:58 +0200
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.3

Hi,

Kevin Rodgers <ihs_4664@yahoo.com> writes:
> (require 'timezone)

Actually there is a small bug(?) in worklog.el, on line 98 you should
change

(eval-when 'compile (require 'timezone) (require 'cl))

into

(eval-when-compile (require 'timezone) (require 'cl))

regards,

Arjen

-- 
To boldly frobnicate what no newbie has grokked before.


reply via email to

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