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

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

Re: Compare file modtimes in elisp


From: Eric Hanchrow
Subject: Re: Compare file modtimes in elisp
Date: Fri, 06 Apr 2007 10:36:16 -0700
User-agent: Gnus/5.11 (Gnus v5.11) Emacs/22.0.97 (gnu/linux)

>>>>> "Denis" == Denis Bueno <dbueno@gmail.com> writes:

    Denis> All- Is there a simple way in elisp to compare two values
    Denis> of (visited-file-modtime) for a buffer?

It's just a list of two numbers, so first compare the cars; if they're
different, you're done; if they're the same, then compare the cadrs.

-- 
I hope to get back to work on Arc soon.
        -- Paul Graham, quoted in "ACM Crossroads", no date given





reply via email to

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