From b7b4dd99907be6b585e42da8618579644e68873d Mon Sep 17 00:00:00 2001 From: Lars Ingebrigtsen Date: Sat, 15 Jun 2019 17:42:09 +0200 Subject: [PATCH] Fix compilation warning in esh-cmd.el * lisp/eshell/esh-cmd.el (pcomplete--here): Declare function to avoid byte compilation warning, which is what erc-notify.el also does in a similar situation. --- lisp/eshell/esh-cmd.el | 2 ++ 1 file changed, 2 insertions(+) diff --git a/lisp/eshell/esh-cmd.el b/lisp/eshell/esh-cmd.el index 6e03bda22b7..83cc5999dc3 100644 --- a/lisp/eshell/esh-cmd.el +++ b/lisp/eshell/esh-cmd.el @@ -113,6 +113,8 @@ (require 'cl-lib) (require 'pcomplete)) +(declare-function pcomplete--here "pcomplete" + (&optional form stub paring form-only)) (defgroup eshell-cmd nil "Executing an Eshell command is as simple as typing it in and -- 2.39.2