]> git.eshelyaron.com Git - emacs.git/commit
Avoid warning about long docstring lines in defcustom
authorStefan Kangas <stefan@marxist.se>
Fri, 24 Sep 2021 15:44:40 +0000 (17:44 +0200)
committerStefan Kangas <stefan@marxist.se>
Sun, 26 Sep 2021 11:23:57 +0000 (13:23 +0200)
commit89bac05aaaf5d8cf0c54382d4150cfad35e04f3c
treebecd2c4153d0541aff0dd0eace72e19e039120fb
parent8c3ec4e3ccf8b675195d173c207ff3accfca5301
Avoid warning about long docstring lines in defcustom

* lisp/custom.el (defcustom): Avoid warning about long docstring
lines.  This was caused by the value of the defcustom being treated as
docstring due to it being wrapped in a lambda.
lisp/custom.el