]> git.eshelyaron.com Git - emacs.git/commit
Use timer accessors instead of aref/aset
authorMattias EngdegÄrd <mattiase@acm.org>
Thu, 25 Jul 2024 10:37:34 +0000 (12:37 +0200)
committerEshel Yaron <me@eshelyaron.com>
Sat, 27 Jul 2024 12:03:05 +0000 (14:03 +0200)
commit843c1142e82f2f350737f4a5088d03c1478f5235
tree2b674efa466d6bf6ca2debeb2ac45e6627e5ad65
parent357c6780699b4df2049f06b96257ebff8bfb4d6e
Use timer accessors instead of aref/aset

* lisp/emacs-lisp/timer-list.el (list-timers):
* lisp/gnus/mail-source.el (mail-source-start-idle-timer):
* lisp/play/gamegrid.el (gamegrid-set-timer):
* lisp/progmodes/vhdl-mode.el (vhdl-run-when-idle):
* lisp/simple.el (analyze-text-conversion):
* lisp/time.el (display-time-event-handler):
Use timer accessors.

(cherry picked from commit e56e4b345a25194bc7adb83523e8d886b718c9fa)
lisp/emacs-lisp/timer-list.el
lisp/gnus/mail-source.el
lisp/play/gamegrid.el
lisp/progmodes/vhdl-mode.el
lisp/simple.el
lisp/time.el