phillord / lentic

Create views of the same content in two Emacs buffers
183 stars 12 forks source link

Load 'f' for using f-equal? #41

Closed syohex closed 8 years ago

syohex commented 8 years ago

f-equal? is used at here, but f.el is not loaded.

This causes byte-compile warning.

In end of data:
lentic.el:1354:1:Warning: the function `f-equal?' is not known to be defined.
phillord commented 8 years ago

Thanks!