1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-15 19:31:29 -07:00

* src/emacs.c (main): Add back the call to init_callproc_1. (bug#47872)

This commit is contained in:
Eli Zaretskii 2021-04-18 22:36:01 +03:00
parent 490b8c2c33
commit e54066f3d4

View file

@ -2011,6 +2011,9 @@ Using an Emacs configured with --with-x-toolkit=lucid does not have this problem
/* Init buffer storage and default directory of main buffer. */
init_buffer ();
/* Must precede init_cmdargs and init_sys_modes. */
init_callproc_1 ();
/* Must precede init_lread. */
init_cmdargs (argc, argv, skip_args, original_pwd);