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

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

Re: Journal package for Emacs?


From: Kevin Rodgers
Subject: Re: Journal package for Emacs?
Date: Tue, 10 Sep 2002 10:07:35 -0600
User-agent: Mozilla/5.0 (X11; U; SunOS i86pc; en-US; rv:0.9.4.1) Gecko/20020406 Netscape6/6.2.2

Alex Schroeder wrote:

Small typo:

(when is-journal
  (end-of-buffer)
  (insert-current-time)))


Thanks.  Actually, given the variable declaration I wrote, it should be:

(when my-journal-var
  (end-of-buffer)
  (insert-current-time))

--
Kevin Rodgers <kevinr@ihs.com>



reply via email to

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