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

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

Compare file modtimes in elisp


From: Denis Bueno
Subject: Compare file modtimes in elisp
Date: Fri, 6 Apr 2007 10:23:10 -0400

All-

Is there a simple way in elisp to compare two values of
(visited-file-modtime) for a buffer? I'm looking to write something
like:

(cond ((modtime-greater-than current-modtime last-modtime) ;; do something
         ))

-Denis




reply via email to

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