1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2025-12-24 14:30:43 -08:00

Fix some compilation warnings in non nativecomp build (bug#43892)

* lisp/emacs-lisp/advice.el (comp-subr-trampoline-install):
	Declare function.
	* lisp/emacs-lisp/find-func.el (comp-eln-to-el-h): Declare
	variable.
	* lisp/emacs-lisp/nadvice.el (comp-subr-trampoline-install):
	Declare function.
	* lisp/files.el (comp-eln-to-el-h): Declare variable.
	* lisp/help.el (subr-native-lambda-list): Declare function.
This commit is contained in:
Brian Leung 2020-10-12 18:55:38 +00:00 committed by Andrea Corallo
parent a3304feb9b
commit 237fd33aef
5 changed files with 10 additions and 0 deletions

View file

@ -178,6 +178,8 @@ See the functions `find-function' and `find-variable'."
(setq name rel))))
(unless (equal name library) name)))
(defvar comp-eln-to-el-h)
(defun find-library-name (library)
"Return the absolute file name of the Emacs Lisp source of LIBRARY.
LIBRARY should be a string (the name of the library)."