From e7a8136e340fce082c754f31075420226384d004 Mon Sep 17 00:00:00 2001 From: Tassilo Horn Date: Mon, 16 May 2022 10:08:40 +0200 Subject: [PATCH] ; 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 6cbc73e9426..ccf696901bd 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") -- 2.39.2