* lisp/emacs-lisp/oclosure.el (oclosure--define): Autoload
This commit is contained in:
parent
080d29d52e
commit
2b5ea36ce9
1 changed files with 1 additions and 0 deletions
|
@ -321,6 +321,7 @@ list of slot properties. The currently known properties are the following:
|
|||
,@(oclosure--defstruct-make-copiers
|
||||
copiers slotdescs name))))
|
||||
|
||||
;;;###autoload
|
||||
(defun oclosure--define (name docstring parent-names slots
|
||||
&rest props)
|
||||
(let* ((class (oclosure--build-class name docstring parent-names slots))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue