emacs-elpa-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[nongnu] elpa/dslide b26e0155d8 043/230: base action is abstract


From: ELPA Syncer
Subject: [nongnu] elpa/dslide b26e0155d8 043/230: base action is abstract
Date: Sun, 7 Jul 2024 19:00:14 -0400 (EDT)

branch: elpa/dslide
commit b26e0155d82d8079350b7c5ccc0d93a7bf3e1b6f
Author: Psionik K <73710933+psionic-k@users.noreply.github.com>
Commit: Psionik K <73710933+psionic-k@users.noreply.github.com>

    base action is abstract
    
    Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>
---
 macro-slides.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/macro-slides.el b/macro-slides.el
index d7401d5d97..204e05f031 100644
--- a/macro-slides.el
+++ b/macro-slides.el
@@ -1327,7 +1327,8 @@ Many optional ARGS.  See code."
                      ms-progress-tracking)
   ((begin :initform nil :initarg :begin "Marker for beginning of heading.
 Used to re-hydrate the org element for use in mapping over the section etc."))
-  "Base class for most slide actions that work on a heading's contents.")
+  "Base class for most slide actions that work on a heading's contents."
+  :abstract t)
 
 (cl-defmethod ms-heading ((obj ms-action))
   "Return the slide's heading element."



reply via email to

[Prev in Thread] Current Thread [Next in Thread]