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

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

[nongnu] elpa/buttercup 821cfa6 005/340: Comment separating built-in mat


From: ELPA Syncer
Subject: [nongnu] elpa/buttercup 821cfa6 005/340: Comment separating built-in matchers from the rest.
Date: Thu, 16 Dec 2021 14:58:54 -0500 (EST)

branch: elpa/buttercup
commit 821cfa6e135a078a7668d423cfe9c892e36be5ad
Author: Jorgen Schaefer <contact@jorgenschaefer.de>
Commit: Jorgen Schaefer <contact@jorgenschaefer.de>

    Comment separating built-in matchers from the rest.
---
 buttercup.el | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/buttercup.el b/buttercup.el
index baff39e..c226b6a 100644
--- a/buttercup.el
+++ b/buttercup.el
@@ -114,6 +114,9 @@ MATCHER is either a matcher defined with
       (error "Not a test: %S" matcher))
     (apply function args)))
 
+;;;;;;;;;;;;;;;;;;;;;
+;;; Built-in matchers
+
 (buttercup-define-matcher :not (obj matcher &rest args)
   (let ((result (buttercup--apply-matcher matcher (cons obj args))))
     (if (consp result)



reply via email to

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