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

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

[nongnu] elpa/multiple-cursors f6403ea 112/434: Fix assertion


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors f6403ea 112/434: Fix assertion
Date: Sat, 7 Aug 2021 09:20:06 -0400 (EDT)

branch: elpa/multiple-cursors
commit f6403eae7f6e4f2ba8bb7f9b1081bcd4b3f26df3
Author: Magnar Sveen <magnars@gmail.com>
Commit: Magnar Sveen <magnars@gmail.com>

    Fix assertion
    
     - don't toggle rectangular-region-mode, check if it is on.
---
 features/step-definitions/multiple-cursors-steps.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/features/step-definitions/multiple-cursors-steps.el 
b/features/step-definitions/multiple-cursors-steps.el
index fb4c075..0626e81 100644
--- a/features/step-definitions/multiple-cursors-steps.el
+++ b/features/step-definitions/multiple-cursors-steps.el
@@ -22,7 +22,7 @@
 
 (Then "^rectangular-region-mode should be on$"
        (lambda ()
-         (assert (rectangular-region-mode) nil
+         (assert rectangular-region-mode nil
                  "Expected rectangular-region-mode mode to be on, but 
wasn't.")))
 
 (When "^I press \"\\(.+\\)\"$"



reply via email to

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