]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix compilation warning in esh-cmd.el
authorLars Ingebrigtsen <larsi@gnus.org>
Sat, 15 Jun 2019 15:42:09 +0000 (17:42 +0200)
committerLars Ingebrigtsen <larsi@gnus.org>
Sat, 15 Jun 2019 15:42:09 +0000 (17:42 +0200)
* 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

index 6e03bda22b7e40ed3eca717104c0e50af07896fb..83cc5999dc374a0e349a34e4d0c311d1d92a5326 100644 (file)
   (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