Fix glitches caused by addition of psec to timers.
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 13 Sep 2012 06:09:45 +0000 (23:09 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 13 Sep 2012 06:09:45 +0000 (23:09 -0700)
commit72eac303eabbb403eae650c9dd0c93851b0fec23
tree480b2529cbc787c643be94f462ab4913216e1c1a
parentd59a1afb9acc881201223e7c573e94526b3cd3fc
Fix glitches caused by addition of psec to timers.

* etc/NEWS: Document timer format change.
* lisp/image.el (image-animate-timer):
* lisp/time.el (display-time-world-timer):
Use timer--function and timer--args rather than raw access to
timer vector.
* lisp/gnus/gnus-art.el (gnus-article-stop-animations):
Use timer--function rather than raw access to timer vector.

Fixes: debbugs:12430
etc/ChangeLog
etc/NEWS
lisp/ChangeLog
lisp/gnus/ChangeLog
lisp/gnus/gnus-art.el
lisp/image.el
lisp/time.el