I'm using Windows 10 64 bit, Emacs 24.5
When installing swiper, Compile-Log shows the following warning. I suppose the functions referred to used to be needed only in swiper.el, but are now used elsewhere. Maybe the names could be changed to reflect their current use. Not sure if that would eliminate the warning.
Compiling file d:/dev/msys64/home/adi/.emacs.d/elpa/swiper-20151217.235/ivy.el at Thu Dec 17 19:31:07 2015
In end of data:
ivy.el:2462:1:Warning: the following functions are not known to be defined:
swiper--cleanup, swiper--add-overlays,
pulse-momentary-highlight-one-line
I'm using Windows 10 64 bit, Emacs 24.5
When installing swiper,
Compile-Logshows the following warning. I suppose the functions referred to used to be needed only inswiper.el, but are now used elsewhere. Maybe the names could be changed to reflect their current use. Not sure if that would eliminate the warning.