mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-08 15:30:40 -08:00
; * lisp/emacs-lisp/eieio.el (defclass): Add autoload cookie.
This commit is contained in:
parent
68770e28de
commit
8b3a276e4b
1 changed files with 1 additions and 0 deletions
|
|
@ -58,6 +58,7 @@
|
|||
|
||||
;;; Defining a new class
|
||||
;;
|
||||
;;;###autoload
|
||||
(defmacro defclass (name superclasses slots &rest options-and-doc)
|
||||
"Define NAME as a new class derived from SUPERCLASS with SLOTS.
|
||||
OPTIONS-AND-DOC is used as the class' options and base documentation.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue