]> git.eshelyaron.com Git - emacs.git/commit
Fix some compilation warnings in non nativecomp build (bug#43892)
authorBrian Leung <leungbk@mailfence.com>
Mon, 12 Oct 2020 18:55:38 +0000 (18:55 +0000)
committerAndrea Corallo <akrl@sdf.org>
Mon, 12 Oct 2020 19:25:50 +0000 (21:25 +0200)
commit237fd33aef7e0f4b187ee0c1f367f27a90d603dc
tree075278046c04ad1b8ef032d8f484f71eb808b7f6
parenta3304feb9be1489036574fdac2a4a3e4e7a0c38a
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.
lisp/emacs-lisp/advice.el
lisp/emacs-lisp/find-func.el
lisp/emacs-lisp/nadvice.el
lisp/files.el
lisp/help.el