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

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

[nongnu] elpa/multiple-cursors 1afbb93 175/434: Add mc/cycle-looping-beh


From: ELPA Syncer
Subject: [nongnu] elpa/multiple-cursors 1afbb93 175/434: Add mc/cycle-looping-behaviour to multiple-cursors custom group.
Date: Sat, 7 Aug 2021 09:20:20 -0400 (EDT)

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

    Add mc/cycle-looping-behaviour to multiple-cursors custom group.
---
 mc-cycle-cursors.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/mc-cycle-cursors.el b/mc-cycle-cursors.el
index 46d7426..0782f21 100644
--- a/mc-cycle-cursors.el
+++ b/mc-cycle-cursors.el
@@ -59,7 +59,8 @@
   :type '(radio (const :tag "Loop around to beginning/end of document." 
continue)
                 (const :tag "Warn and then loop around." warn)
                 (const :tag "Signal an error." error)
-                (const :tag "Don't loop." stop)))
+                (const :tag "Don't loop." stop))
+  :group 'multiple-cursors)
 
 (defun mc/handle-loop-condition (error-message)
   (ecase mc/cycle-looping-behaviour



reply via email to

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