emacs-lsp / lsp-ui

UI integrations for lsp-mode
https://emacs-lsp.github.io/lsp-ui
GNU General Public License v3.0
1.04k stars 139 forks source link

Latest package breaks with `find-library-name` #491

Closed fxfactorial closed 4 years ago

fxfactorial commented 4 years ago

Just upgraded latest lsp-mode, recompiled all my packages just to be sure

Error (use-package): lsp-ui/:catch: Symbol’s function definition is void: find-library-name
yyoncho commented 4 years ago

Most likely adding (require 'find-func) will fix the issue.

sebastiencs commented 4 years ago

Fixed in https://github.com/emacs-lsp/lsp-ui/commit/70b4568fa79f844b7b75268c91b1573887e00152