mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-04-27 08:43:40 -07:00
; Fix Wrong type argument: number-or-marker-p, (4) in cycle-spacing
This commit is contained in:
parent
006fd29ca1
commit
5a6e727ddb
1 changed files with 2 additions and 2 deletions
|
|
@ -1295,8 +1295,8 @@ doing any other command before the next \\[cycle-spacing]."
|
|||
((eq '- arg) '-)
|
||||
(t context-n)))
|
||||
(numeric-n (prefix-numeric-value actual-n))
|
||||
(include-newlines (and actual-n
|
||||
(or (eq actual-n '-)
|
||||
(include-newlines (or (eq actual-n '-)
|
||||
(and (integerp actual-n)
|
||||
(< actual-n 0)))))
|
||||
(cond
|
||||
((eq actual-action 'just-one-space)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue