Changeset 4169 for trunk/lisp/emacs-lisp/timer.el
- Timestamp:
- 09/30/06 09:12:06 (2 years ago)
- Files:
-
- trunk/lisp (modified) (1 prop)
- trunk/lisp/emacs-lisp/timer.el (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/lisp
- Property svn:ignore changed from
*.elc
MANIFEST
Makefile
Makefile.unix
makefile
elc.tar.gz
cus-load.el
finder-inf.el
subdirs.el
loaddefs.el
to
*.elc
MANIFEST
Makefile
Makefile.unix
makefile
elc.tar.gz
cus-load.el
finder-inf.el
subdirs.el
loaddefs.el
pre-mh-loaddefs.el-CMD
- Property svn:ignore changed from
trunk/lisp/emacs-lisp/timer.el
r4161 r4169 301 301 302 302 (defvar timer-max-repeats 10 303 "*Maximum number of times to repeat a timer, if real time jumps.") 303 "*Maximum number of times to repeat a timer, if many repeats are delayed. 304 Timer invocations can be delayed because Emacs is suspended or busy, 305 or because the system's time changes. If such an occurrence makes it 306 appear that many invocations are overdue, this variable controls 307 how many will really happen.") 304 308 305 309 (defun timer-until (timer time)
