projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
121a9ff
)
Fix restart-emacs alarms (Bug#60220)
author
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 24 Dec 2022 07:36:06 +0000
(23:36 -0800)
committer
Paul Eggert
<eggert@cs.ucla.edu>
Sat, 24 Dec 2022 08:23:02 +0000
(
00:23
-0800)
* 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
patch
|
blob
|
history
diff --git
a/src/emacs.c
b/src/emacs.c
index d8a2863fd9c4fa4671f55bae59d573e0dfe358f0..a2ba4b50f04d44121ba94f35f5e60df260993be1 100644
(file)
--- a/
src/emacs.c
+++ b/
src/emacs.c
@@
-2910,6
+2910,7
@@
killed. */
if (!NILP (restart))
{
+ turn_on_atimers (false);
#ifdef WINDOWSNT
if (w32_reexec_emacs (initial_cmdline, initial_wd) < 0)
#else