branch: externals/modus-themes
commit 4c245ba0302e4e2d176983ec1ede57d50fbf7a4c
Author: Protesilaos Stavrou <[email protected]>
Commit: Protesilaos Stavrou <[email protected]>

    Remove the :before from the defmethod because it is not right
    
    I had it for the Modus equivalent as well...
---
 modus-themes.el | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/modus-themes.el b/modus-themes.el
index 493f053b15..9d0dc91a14 100644
--- a/modus-themes.el
+++ b/modus-themes.el
@@ -8176,8 +8176,7 @@ the equivalent plus a method for 
`modus-themes-get-themes'."
   :global t
   :init-value t)
 
-(cl-defmethod modus-themes-get-themes :before (&context 
(modus-themes-only-modus-derivatives-mode (eql t)))
-  "Return Modus themes and all their derivatives."
+(cl-defmethod modus-themes-get-themes (&context 
(modus-themes-only-modus-derivatives-mode (eql t)))
   (modus-themes-get-all-known-themes nil))
 
 ;;;; Add themes from package to path

Reply via email to