]> git.eshelyaron.com Git - emacs.git/commitdiff
* src/emacs.c (main): Add back the call to init_callproc_1. (bug#47872)
authorEli Zaretskii <eliz@gnu.org>
Sun, 18 Apr 2021 19:36:01 +0000 (22:36 +0300)
committerEli Zaretskii <eliz@gnu.org>
Sun, 18 Apr 2021 19:36:01 +0000 (22:36 +0300)
src/emacs.c

index c09ad97a70148609fcef0958162ab4ac648917ee..792f690797de48b80d758ae74faeb032edb7724d 100644 (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);