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

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

[elpa] externals/boxy-headlines 6582402 2/4: Changed from cl-defmethod t


From: ELPA Syncer
Subject: [elpa] externals/boxy-headlines 6582402 2/4: Changed from cl-defmethod to defun
Date: Tue, 5 Oct 2021 11:57:14 -0400 (EDT)

branch: externals/boxy-headlines
commit 6582402c663f70974d9167db546c1683809538e6
Author: Tyler Grinn <tylergrinn@gmail.com>
Commit: Tyler Grinn <tylergrinn@gmail.com>

    Changed from cl-defmethod to defun
---
 boxy-headlines.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/boxy-headlines.el b/boxy-headlines.el
index 6c53286..bf1652a 100644
--- a/boxy-headlines.el
+++ b/boxy-headlines.el
@@ -233,8 +233,7 @@ diagram."
 
 ;;;; Boxy implementation
 
-(cl-defmethod boxy-headlines--add-headline (headline
-                                            (parent boxy-box))
+(defun boxy-headlines--add-headline (headline parent)
   "Add HEADLINE to world as a child of PARENT."
   (with-slots (markers (parent-level level)) parent
     (with-current-buffer (marker-buffer (car markers))



reply via email to

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