]> git.eshelyaron.com Git - emacs.git/commitdiff
; Fix paren typo
authorGlenn Morris <rgm@gnu.org>
Wed, 18 Aug 2021 18:50:42 +0000 (11:50 -0700)
committerGlenn Morris <rgm@gnu.org>
Wed, 18 Aug 2021 18:50:42 +0000 (11:50 -0700)
test/lisp/simple-tests.el

index 728911208ebb803202c42b7be9f18c74065868a6..3ece61290bc1674e4912256ffc8729dff4258d47 100644 (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