1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-15 10:30:25 -08:00

*** empty log message ***

This commit is contained in:
Kim F. Storm 2004-05-14 23:08:54 +00:00
parent 0a4455b259
commit 62f3da3b1a
2 changed files with 7 additions and 5 deletions

View file

@ -1,3 +1,10 @@
2004-05-15 Kim F. Storm <storm@cua.dk>
* emacs-lisp/timer.el (timer-activate): Add optional arg triggered-p.
Use it to set triggered-p element of timer.
(timer-event-handler): Set triggered-p element non-nil while running
the timer function.
2004-05-14 David Ponce <david@dponce.com>
* tree-widget.el: New file.

View file

@ -1,8 +1,3 @@
2004-05-14 Kim F. Storm <storm@cua.dk>
* keyboard.c (in_timer_check): New static var.
(timer_check): Use it to guard against reentry.
2004-05-14 Stefan Monnier <monnier@iro.umontreal.ca>
* w32fns.c (Fw32_define_rgb_color): Avoid XSET.