diff options
Diffstat (limited to 'lisp/startup.el')
-rw-r--r-- | lisp/startup.el | 3 |
1 files changed, 3 insertions, 0 deletions
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) |