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

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

[nongnu] elpa/dslide 1dbbed70f8 025/230: missing custom group & type


From: ELPA Syncer
Subject: [nongnu] elpa/dslide 1dbbed70f8 025/230: missing custom group & type
Date: Sun, 7 Jul 2024 19:00:11 -0400 (EDT)

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

    missing custom group & type
    
    Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>
---
 macro-slides.el | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/macro-slides.el b/macro-slides.el
index 04a52f03df..6a1d26c2e3 100644
--- a/macro-slides.el
+++ b/macro-slides.el
@@ -265,7 +265,9 @@ contents.  It is run after any slide actions."
   "Runs whenever the slide buffer restriction is updated.
 Use this hook for behaviors that affect the displayed region.
 Slides and sequences that do not display themselves or only
-affect display in another buffer will not trigger this hook.")
+affect display in another buffer will not trigger this hook."
+  :group 'macro-slides
+  :type 'hook)
 
 (defcustom ms-contents-hook nil
   "Runs last after switching to contents."



reply via email to

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