diff options
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/oclosure.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/oclosure.el b/lisp/emacs-lisp/oclosure.el index 0c504e5d821..f5a21151f13 100644 --- a/lisp/emacs-lisp/oclosure.el +++ b/lisp/emacs-lisp/oclosure.el @@ -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)) |