summaryrefslogtreecommitdiff
path: root/lisp/emacs-lisp/eieio-custom.el
diff options
context:
space:
mode:
authorStefan Monnier <monnier@iro.umontreal.ca>2015-01-17 09:50:07 -0500
committerStefan Monnier <monnier@iro.umontreal.ca>2015-01-17 09:50:07 -0500
commitca80ebc736346e196badd95ac524150b5c318683 (patch)
treedfbfd3361ea13d2ccc5d9c16602e08735a8c93eb /lisp/emacs-lisp/eieio-custom.el
parent4610ce96c1a6d8574f85d8bd543fb8e1e02d6718 (diff)
downloademacs-ca80ebc736346e196badd95ac524150b5c318683.tar.gz
emacs-ca80ebc736346e196badd95ac524150b5c318683.tar.bz2
emacs-ca80ebc736346e196badd95ac524150b5c318683.zip
* lisp/emacs-lisp/eieio-core.el (eieio--class-constructor): Rename.
Fixes: debbugs:19620 (eieio--class-constructor): Rename from class-constructor, and make it an alias for `identity'. Update all callers.
Diffstat (limited to 'lisp/emacs-lisp/eieio-custom.el')
-rw-r--r--lisp/emacs-lisp/eieio-custom.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/lisp/emacs-lisp/eieio-custom.el b/lisp/emacs-lisp/eieio-custom.el
index d0eaaf24d2b..8ab74ae3352 100644
--- a/lisp/emacs-lisp/eieio-custom.el
+++ b/lisp/emacs-lisp/eieio-custom.el
@@ -184,7 +184,7 @@ Optional argument IGNORE is an extraneous parameter."
(if (not (widget-get widget :value))
(widget-put widget
:value (cond ((widget-get widget :objecttype)
- (funcall (class-constructor
+ (funcall (eieio--class-constructor
(widget-get widget :objecttype))
"Custom-new"))
((widget-get widget :objectcreatefcn)