]> git.eshelyaron.com Git - emacs.git/commit
Simplify Fcall_interactively
authorPaul Eggert <eggert@cs.ucla.edu>
Mon, 29 Jan 2018 17:42:42 +0000 (09:42 -0800)
committerPaul Eggert <eggert@cs.ucla.edu>
Mon, 29 Jan 2018 17:45:04 +0000 (09:45 -0800)
commit29abae3572090a86beedb66822ccf34356c8a00c
tree0ee7184012c3dc00b9c546e4b4204b503d46a4fa
parent81c2c2fa319b27550a2eb5021618c5eef3e813fd
Simplify Fcall_interactively

* src/callint.c (Fcall_interactively): Use C99 constructs to
simplify the code a bit.  Stop worrying about circa-1990
compiler bugs.
src/callint.c