45bfcb
--- emacs-28.2/lisp/emacs-lisp/comp.el~	2022-09-07 05:31:53.000000000 +0800
45bfcb
+++ emacs-28.2/lisp/emacs-lisp/comp.el	2022-12-23 15:02:25.446994014 +0800
45bfcb
@@ -3706,7 +3706,7 @@
45bfcb
               (if (zerop
45bfcb
                    (call-process (expand-file-name invocation-name
45bfcb
                                                    invocation-directory)
45bfcb
-				 nil t t "--batch" "-l" temp-file))
45bfcb
+				 nil t t "-Q" "--batch" "-l" temp-file))
45bfcb
                   (progn
45bfcb
                     (delete-file temp-file)
45bfcb
                     output)
45bfcb
@@ -3976,7 +3976,7 @@
45bfcb
                              :command (list
45bfcb
                                        (expand-file-name invocation-name
45bfcb
                                                          invocation-directory)
45bfcb
-                                       "--batch" "-l" temp-file)
45bfcb
+                                       "-Q" "--batch" "-l" temp-file)
45bfcb
                              :sentinel
45bfcb
                              (lambda (process _event)
45bfcb
                                (run-hook-with-args
45bfcb
45bfcb
Diff finished.  Fri Dec 23 15:02:42 2022