branch: externals/compat commit 11112dd5495105a4ceccb648bdf722015b70fdaf Author: Philip Kaludercic <phil...@posteo.net> Commit: Philip Kaludercic <phil...@posteo.net>
Add compat--file-local-name declaration --- compat-27.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/compat-27.el b/compat-27.el index b3a9181e28..6229385430 100644 --- a/compat-27.el +++ b/compat-27.el @@ -498,6 +498,9 @@ the value of the variable `exec-path'." (funcall handler 'exec-path) exec-path))) +(declare-function compat--file-local-name "compat-26" + (file)) + ;;*UNTESTED (compat-defun executable-find (command &optional remote) "Search for COMMAND in `exec-path' and return the absolute file name.