emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] master b7b4dd9 1/2: Fix compilation warning in esh-cmd.el


From: Lars Ingebrigtsen
Subject: [Emacs-diffs] master b7b4dd9 1/2: Fix compilation warning in esh-cmd.el
Date: Sat, 15 Jun 2019 11:46:37 -0400 (EDT)

branch: master
commit b7b4dd99907be6b585e42da8618579644e68873d
Author: Lars Ingebrigtsen <address@hidden>
Commit: Lars Ingebrigtsen <address@hidden>

    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 6e03bda..83cc599 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



reply via email to

[Prev in Thread] Current Thread [Next in Thread]