projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
2ba42e5
)
; cycle-spacing-actions: Add forgotten arg modifier - as customize choice
author
Tassilo Horn
<tsdh@gnu.org>
Mon, 16 May 2022 08:08:40 +0000
(10:08 +0200)
committer
Tassilo Horn
<tsdh@gnu.org>
Mon, 16 May 2022 08:08:40 +0000
(10:08 +0200)
lisp/simple.el
patch
|
blob
|
history
diff --git
a/lisp/simple.el
b/lisp/simple.el
index 6cbc73e9426bf9b6420114d7c1a3238bcab819f9..ccf696901bdc276bb65f64c50592f8e0e504de3e 100644
(file)
--- 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")