]> git.eshelyaron.com Git - emacs.git/commit
Backward compatibility with pre-existing struct instances.
authorStefan Monnier <monnier@iro.umontreal.ca>
Fri, 24 Mar 2017 13:21:52 +0000 (09:21 -0400)
committerLars Brinkhoff <lars@nocrew.org>
Tue, 4 Apr 2017 06:23:46 +0000 (08:23 +0200)
commit2c68192c6b029bb839193c81cf2a16dad26305c6
treeab9f36acd0dfc67d261d584949bd22fc8c262cd1
parentb6738682ae16c71132c95cd87d48daf598fe89a9
Backward compatibility with pre-existing struct instances.

* lisp/emacs-lisp/cl-lib.el (cl--old-struct-type-of): New function.
(cl-old-struct-compat-mode): New minor mode.

* lisp/emacs-lisp/cl-macs.el (cl-defstruct): Pass `record' to
cl-struct-define to signal use of record objects.

* lisp/emacs-lisp/cl-preloaded.el (cl--struct-get-class,
cl-struct-define): Enable legacy defstruct compatibility.

* test/lisp/emacs-lisp/cl-lib-tests.el (cl-lib-old-struct,
old-struct): New tests.

* doc/lispref/elisp.texi, doc/lispref/records.texi: Document
`old-struct-compat'.
doc/lispref/elisp.texi
doc/lispref/records.texi
lisp/emacs-lisp/cl-lib.el
lisp/emacs-lisp/cl-macs.el
lisp/emacs-lisp/cl-preloaded.el
test/lisp/emacs-lisp/cl-lib-tests.el