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

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

[nongnu] elpa/dslide 4a85855383 133/230: remove redundant :after


From: ELPA Syncer
Subject: [nongnu] elpa/dslide 4a85855383 133/230: remove redundant :after
Date: Sun, 7 Jul 2024 19:00:26 -0400 (EDT)

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

    remove redundant :after
    
    This is not the only one.  Now that the base dslide-action uses the no-op
    default implementation of the generic method, this :after is basically 
saying,
    "after doing nothing..."
    
    Signed-off-by: Psionik K <73710933+psionic-k@users.noreply.github.com>
---
 dslide.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/dslide.el b/dslide.el
index c88ff1535b..4e75734ad8 100644
--- a/dslide.el
+++ b/dslide.el
@@ -1466,7 +1466,7 @@ stateful-sequence class methods.  METHOD-NAME is a 
string."
     (dslide--block-execute prev)
     (org-element-property :begin prev)))
 
-(cl-defmethod dslide-begin :after ((obj dslide-action-babel))
+(cl-defmethod dslide-begin ((obj dslide-action-babel))
   (when-let ((block-elements (dslide--get-blocks obj "begin")))
     (mapc #'dslide--block-execute block-elements)))
 



reply via email to

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