Vanilla build warning clean-up
* lisp/emacs-lisp/disass.el (native-comp-unit-file) (subr-native-comp-unit): Declare function. * lisp/progmodes/elisp-mode.el (native-compile): Likewise. * lisp/emacs-lisp/package.el (comp-el-to-eln-filename): Likewise. * lisp/startup.el (normal-top-level): Silence warning. * src/data.c (syms_of_data): 'Ssubr_native_lambda_list' is always defined. * src/pdumper.c (dump_cold_native_subr): Move under ifdefs. (dump_drain_cold_data): Add ifdefs.
This commit is contained in:
parent
dcfd367d28
commit
39bdb3f6f5
6 changed files with 10 additions and 2 deletions
|
@ -75,7 +75,8 @@ redefine OBJECT if it is a symbol."
|
|||
(disassemble-internal object indent nil)))
|
||||
nil)
|
||||
|
||||
|
||||
(declare-function native-comp-unit-file "data.c")
|
||||
(declare-function subr-native-comp-unit "data.c")
|
||||
(cl-defun disassemble-internal (obj indent interactive-p)
|
||||
(let ((macro 'nil)
|
||||
(name (when (symbolp obj)
|
||||
|
|
|
@ -2221,6 +2221,7 @@ If some packages are not installed propose to install them."
|
|||
(equal (cadr (assq (package-desc-name pkg) package-alist))
|
||||
pkg))
|
||||
|
||||
(declare-function comp-el-to-eln-filename "comp.c")
|
||||
(defun package--delete-directory (dir)
|
||||
"Delete DIR recursively.
|
||||
Clean-up the corresponding .eln files if Emacs is native
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue