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:
parent
490b8c2c33
commit
e54066f3d4
1 changed files with 3 additions and 0 deletions
|
|
@ -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);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue