emacs-lsp / emacs-ccls

Emacs client for ccls, a C/C++ language server
200 stars 29 forks source link

use eval-and-compile instead of eval-when-compile #92

Closed yyoncho closed 4 years ago

yyoncho commented 4 years ago

The second one is causing issues when the package is downloaded from melpa

https://github.com/MaskRay/emacs-ccls/blob/914516d6ce7b1864b1dd479c79d682ea80916df9/ccls.el#L87

MaskRay commented 4 years ago

Thanks. Fixed. I don't know the difference, though..