]> git.eshelyaron.com Git - emacs.git/commit
Fix restart-emacs alarms (Bug#60220)
authorPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Dec 2022 07:36:06 +0000 (23:36 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Sat, 24 Dec 2022 08:23:02 +0000 (00:23 -0800)
commit4437dbedf7bd9d7fc3612ce4ecd96d5a2c653df8
tree2737c1d911c2822439f16c02ee22ca90a5f20f79
parent121a9ff9f6fc69066ce30c2dbe6cbfbfdca6aeaa
Fix restart-emacs alarms (Bug#60220)

* src/emacs.c (Fkill_emacs): Turn timers off before execing,
so that the re-execed Emacs doesn’t get a timer alarm.
src/emacs.c