mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-06 06:20:55 -08:00
* eieio-core.el (class-abstract-p): Don't inline, to avoid leaking internals
This commit is contained in:
parent
e45dbdc386
commit
be13be3cd0
1 changed files with 1 additions and 1 deletions
|
|
@ -198,7 +198,7 @@ Return nil if that option doesn't exist."
|
||||||
|
|
||||||
(define-obsolete-function-alias 'object-p 'eieio-object-p "25.1")
|
(define-obsolete-function-alias 'object-p 'eieio-object-p "25.1")
|
||||||
|
|
||||||
(defsubst class-abstract-p (class)
|
(defun class-abstract-p (class)
|
||||||
"Return non-nil if CLASS is abstract.
|
"Return non-nil if CLASS is abstract.
|
||||||
Abstract classes cannot be instantiated."
|
Abstract classes cannot be instantiated."
|
||||||
(eieio--class-option (eieio--class-v class) :abstract))
|
(eieio--class-option (eieio--class-v class) :abstract))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue