emacs-diffs
[Top][All Lists]
Advanced

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

master e7a8136e34: ; cycle-spacing-actions: Add forgotten arg modifier -


From: Tassilo Horn
Subject: master e7a8136e34: ; cycle-spacing-actions: Add forgotten arg modifier - as customize choice
Date: Mon, 16 May 2022 04:09:59 -0400 (EDT)

branch: master
commit e7a8136e340fce082c754f31075420226384d004
Author: Tassilo Horn <tsdh@gnu.org>
Commit: Tassilo Horn <tsdh@gnu.org>

    ; cycle-spacing-actions: Add forgotten arg modifier - as customize choice
---
 lisp/simple.el | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/lisp/simple.el b/lisp/simple.el
index 6cbc73e942..ccf696901b 100644
--- a/lisp/simple.el
+++ b/lisp/simple.el
@@ -1176,7 +1176,8 @@ ACTION is any action except for `restore' and ARG is 
either
              (list :tag "Action with modified arg"
                    (choice ,@actions)
                    (choice (const :tag "Inverted prefix arg" inverted-arg)
-                           (const :tag "Fixed numeric arg" integer)))
+                           (const :tag "Fixed numeric arg" integer)
+                           (const :tag "Negative arg" -)))
              (const :tag "Restore the original spacing" restore))))
   :version "29.1")
 



reply via email to

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