diff options
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r-- | lisp/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index bf00a8d666c..82cb1fa00b7 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2015-01-17 Stefan Monnier <monnier@iro.umontreal.ca> + * emacs-lisp/eieio-core.el (eieio--class-constructor): Rename from + class-constructor, and make it an alias for `identity'. + Update all callers. + * emacs-lisp/eieio.el (eieio-constructor): Handle obsolete object name argument here (bug#19620)... (defclass): ...instead of in the constructor here. |