summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/timer.el
Commit message (Collapse)AuthorAgeFilesLines
* (timer-activate, timer-activate-when-idle): New arg REUSE-CELL.Richard M. Stallman2005-10-291-13/+41
| | | | | | (cancel-timer-internal): New function. (timer-event-handler): Use cancel-timer-internal, and pass the cell it returns to timer-activate...
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-061-1/+1
|
* (with-timeout-timers): New variable.Richard M. Stallman2005-07-101-1/+31
| | | | | (with-timeout): Bind that variable to record timers. (with-timeout-suspend, with-timeout-unsuspend): New functions.
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
|
* (with-timeout): Improve argument/docstring consistency.Juanma Barranquero2005-07-041-4/+3
|
* Change release version from 21.4 to 22.1 throughout.Kim F. Storm2005-02-091-1/+1
| | | | Change development version from 21.3.50 to 22.0.50.
* (timer-event-handler): Fix last change.Kim F. Storm2004-05-161-1/+1
|
* (timer-activate): Add optional arg triggered-p.Kim F. Storm2004-05-141-5/+8
| | | | | | Use it to set triggered-p element of timer. (timer-event-handler): Set triggered-p element non-nil while running the timer function.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* Moved from lisp/.Juanma Barranquero2003-05-301-0/+479