Update a failing lisp test
* test/lisp/emacs-lisp/lisp-tests.el (up-list-no-cross-string): Update for recent "Don't signal scan-error" change.
This commit is contained in:
parent
1e7f636576
commit
976b8464fb
1 changed files with 1 additions and 1 deletions
|
@ -295,7 +295,7 @@
|
|||
(lambda () (up-list 1 t t))
|
||||
(or "(1 '2 ( 2' 1 '2 ) 2' 1)")
|
||||
;; abcdefghijklmnopqrstuvwxy
|
||||
i k x scan-error)
|
||||
i k x user-error)
|
||||
|
||||
(define-lisp-up-list-test backward-up-list-basic
|
||||
(lambda () (backward-up-list))
|
||||
|
|
Loading…
Add table
Reference in a new issue