diff options
author | Gerd Möllmann <gerd,moellmann@gmail.com> | 2025-02-10 14:33:55 +0100 |
---|---|---|
committer | Gerd Möllmann <gerd,moellmann@gmail.com> | 2025-02-10 14:37:45 +0100 |
commit | 8b3a276e4b3d096afed2b130d4d7f47dca7f7fc6 (patch) | |
tree | 90ba58debe6e20edd5260d80146c2b5a6cb0ae01 /lisp/emacs-lisp | |
parent | 68770e28deadc60e39a545c84b7f7462ac0eaa88 (diff) | |
download | emacs-8b3a276e4b3d096afed2b130d4d7f47dca7f7fc6.tar.gz emacs-8b3a276e4b3d096afed2b130d4d7f47dca7f7fc6.tar.bz2 emacs-8b3a276e4b3d096afed2b130d4d7f47dca7f7fc6.zip |
; * lisp/emacs-lisp/eieio.el (defclass): Add autoload cookie.
Diffstat (limited to 'lisp/emacs-lisp')
-rw-r--r-- | lisp/emacs-lisp/eieio.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lisp/emacs-lisp/eieio.el b/lisp/emacs-lisp/eieio.el index 475433bb221..1fa177b08da 100644 --- a/lisp/emacs-lisp/eieio.el +++ b/lisp/emacs-lisp/eieio.el @@ -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. |