zevlg / telega.el

GNU Emacs telegram client (unofficial)
https://zevlg.github.io/telega.el/
GNU General Public License v3.0
1.11k stars 86 forks source link

[fix] `custom-declare-variable' wants a form rather than a value #324

Closed akater closed 3 years ago

akater commented 3 years ago

It's even highlighted in the docstring of custom-declare-variable but I missed it:

DEFAULT should be an expression to evaluate to compute the default value, not the default value itself.

zevlg commented 3 years ago

Merged in, thanks!