]> code.delx.au - gnu-emacs/commit
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix a bug
authorArtur Malabarba <bruce.connor.am@gmail.com>
Sat, 7 Nov 2015 11:25:31 +0000 (11:25 +0000)
committerArtur Malabarba <bruce.connor.am@gmail.com>
Sat, 7 Nov 2015 13:55:16 +0000 (13:55 +0000)
commitb74c8847e86a9fc2abfe3a80e75cd361ce2d53af
tree6b87fa907b5b491fdd17ed3476ff5ae62738df39
parente21e3b6ba9a33fde2ba951f7b7e38da387186ae5
* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Fix a bug

The defsubst was being created as:
    (cl-defsubst name (args) ("DOC") ...)

* test/automated/cl-lib-tests.el (cl-lib-struct-constructors): Add test
lisp/emacs-lisp/cl-macs.el
test/automated/cl-lib-tests.el