Mercurial > hg > xemacs-beta
diff lisp/itimer.el @ 440:8de8e3f6228a r21-2-28
Import from CVS: tag r21-2-28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 11:33:38 +0200 |
parents | a5df635868b2 |
children | abe6d1db359e |
line wrap: on
line diff
--- a/lisp/itimer.el Mon Aug 13 11:32:27 2007 +0200 +++ b/lisp/itimer.el Mon Aug 13 11:33:38 2007 +0200 @@ -48,7 +48,7 @@ ;; ;; See the doc strings of these functions for more information. -(defvar itimer-version "1.08" +(defvar itimer-version "1.09" "Version number of the itimer package.") (defvar itimer-list nil @@ -673,7 +673,7 @@ (inhibit-quit t)) (setq next-wakeup 600) (cond ((and (boundp 'last-command-event-time) - (consp 'last-command-event-time)) + (consp last-command-event-time)) (setq last-event-time last-command-event-time idle-time (itimer-time-difference (current-time) last-event-time)))