projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e100ee8
)
* lisp/startup.el (command-line-1): Avoid byte-compiler warning.
author
Eli Zaretskii
<eliz@gnu.org>
Wed, 19 May 2021 15:56:27 +0000
(18:56 +0300)
committer
Eli Zaretskii
<eliz@gnu.org>
Wed, 19 May 2021 15:56:27 +0000
(18:56 +0300)
lisp/startup.el
patch
|
blob
|
history
diff --git
a/lisp/startup.el
b/lisp/startup.el
index 2ba5d7455400440009cd412e37983d19ba54cc51..ac319612e825f26b59757f47808170d3ad4df878 100644
(file)
--- 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)