mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-02-16 17:24:23 +00:00
* lisp/startup.el (command-line-1): Avoid byte-compiler warning.
This commit is contained in:
parent
e100ee84e3
commit
eb9f48bfad
1 changed files with 3 additions and 0 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Reference in a new issue