; Fix paren typo

This commit is contained in:
Glenn Morris 2021-08-18 11:50:42 -07:00
parent 9b31ad3609
commit 91f549becd

View file

@ -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