emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

feature/native-comp e54066f: * src/emacs.c (main): Add back the call to


From: Eli Zaretskii
Subject: feature/native-comp e54066f: * src/emacs.c (main): Add back the call to init_callproc_1. (bug#47872)
Date: Sun, 18 Apr 2021 15:36:48 -0400 (EDT)

branch: feature/native-comp
commit e54066f3d459f67a1ee4e44552bf0356d010e03f
Author: Eli Zaretskii <eliz@gnu.org>
Commit: Eli Zaretskii <eliz@gnu.org>

    * src/emacs.c (main): Add back the call to init_callproc_1. (bug#47872)
---
 src/emacs.c | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/emacs.c b/src/emacs.c
index c09ad97..792f690 100644
--- a/src/emacs.c
+++ b/src/emacs.c
@@ -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);
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]