projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
080d29d
)
* lisp/emacs-lisp/oclosure.el (oclosure--define): Autoload
author
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 29 Mar 2022 07:23:38 +0000
(
03:23
-0400)
committer
Stefan Monnier
<monnier@iro.umontreal.ca>
Tue, 29 Mar 2022 07:23:38 +0000
(
03:23
-0400)
lisp/emacs-lisp/oclosure.el
patch
|
blob
|
history
diff --git
a/lisp/emacs-lisp/oclosure.el
b/lisp/emacs-lisp/oclosure.el
index 0c504e5d821f06b6e7926dba8431a70050a54af4..f5a21151f1391d2842afcb147aca95c4009d05fe 100644
(file)
--- 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))