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

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

[nongnu] elpa/dslide 0cbd0b7bab 081/230: Remove vestigal ms-slide-hook


From: ELPA Syncer
Subject: [nongnu] elpa/dslide 0cbd0b7bab 081/230: Remove vestigal ms-slide-hook
Date: Sun, 7 Jul 2024 19:00:18 -0400 (EDT)

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

    Remove vestigal ms-slide-hook
    
    The deck no longer sees every child and therefor no longer knows about 
slides.
    Until child actions are more mature, this can't be supported
    
    Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>
---
 macro-slides.el | 7 -------
 1 file changed, 7 deletions(-)

diff --git a/macro-slides.el b/macro-slides.el
index 3795fe31ea..10200c4d02 100644
--- a/macro-slides.el
+++ b/macro-slides.el
@@ -250,13 +250,6 @@ Buffer is widened and fully visible."
   :group 'macro-slides
   :type 'hook)
 
-(defcustom ms-slide-hook nil
-  "Runs after a slide has been switched to.
-This includes the first slide of start, when switching back from
-contents.  It is run after any slide actions."
-  :group 'macro-slides
-  :type 'hook)
-
 (defcustom ms-narrow-hook nil
   "Runs whenever the slide buffer restriction is updated.
 Use this hook for behaviors that affect the displayed region.



reply via email to

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