]> git.eshelyaron.com Git - emacs.git/commitdiff
; * lisp/emacs-lisp/eieio.el (defclass): Add autoload cookie.
authorGerd Möllmann <gerd,moellmann@gmail.com>
Mon, 10 Feb 2025 13:33:55 +0000 (14:33 +0100)
committerEshel Yaron <me@eshelyaron.com>
Wed, 12 Feb 2025 10:39:43 +0000 (11:39 +0100)
(cherry picked from commit 8b3a276e4b3d096afed2b130d4d7f47dca7f7fc6)

lisp/emacs-lisp/eieio.el

index 8b971b50490ab569ba00df756d1726a2e49b7ba6..ea54aa016965580f04ec7dfc13569315b3b98ef5 100644 (file)
@@ -58,6 +58,7 @@
 \f
 ;;; 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.