]> git.eshelyaron.com Git - emacs.git/commit
Improve wrong number of args error message in propertize
authorStefan Kangas <stefan@marxist.se>
Mon, 22 Feb 2021 10:56:12 +0000 (11:56 +0100)
committerStefan Kangas <stefan@marxist.se>
Mon, 22 Feb 2021 10:56:12 +0000 (11:56 +0100)
commit7466b10346a3fdde2d3735d6ac09556569c24e5a
tree55beb8e0d2569944538c05498088cbf4be5309e4
parent88a02e4c89b1ff6047f13602bb8486706e3adeb4
Improve wrong number of args error message in propertize

* src/editfns.c (Fpropertize): Improve error message.
(syms_of_editfns) <Qpropertize>: New DEFSYM.
* test/src/editfns-tests.el
(propertize/error-wrong-number-of-args): New test.
src/editfns.c
test/src/editfns-tests.el