; Fix paren typo
This commit is contained in:
parent
9b31ad3609
commit
91f549becd
1 changed files with 1 additions and 1 deletions
|
@ -969,7 +969,7 @@ See Bug#21722."
|
|||
(should (= (length (delq nil (undo-make-selective-list 4 9))) 1))
|
||||
;; FIXME this is the off-by-one error case.
|
||||
;;(should (= (length (delq nil (undo-make-selective-list 5 9))) 0))
|
||||
(should (= (length (delq nil (undo-make-selective-list 6 9))) 0)))
|
||||
(should (= (length (delq nil (undo-make-selective-list 6 9))) 0))))
|
||||
|
||||
(provide 'simple-test)
|
||||
;;; simple-test.el ends here
|
||||
|
|
Loading…
Add table
Reference in a new issue