From eb9f48bfade95c0e0f23cd192526d7932939bc7a Mon Sep 17 00:00:00 2001 From: Eli Zaretskii Date: Wed, 19 May 2021 18:56:27 +0300 Subject: [PATCH] * lisp/startup.el (command-line-1): Avoid byte-compiler warning. --- lisp/startup.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/lisp/startup.el b/lisp/startup.el index 2ba5d745540..ac319612e82 100644 --- a/lisp/startup.el +++ b/lisp/startup.el @@ -2317,6 +2317,9 @@ A fancy display is used on graphic displays, normal otherwise." (set-buffer-major-mode (current-buffer)) (current-buffer)))) +;; This avoids byte-compiler warning in the unexec build. +(declare-function pdumper-stats "pdumper.c" ()) + (defun command-line-1 (args-left) "A subroutine of `command-line'." (display-startup-echo-area-message) -- 2.39.5