]> git.eshelyaron.com Git - emacs.git/commit
Don't signal scan-error in interactive sexp-based commands
authorMattias Engdegård <mattiase@acm.org>
Fri, 30 Apr 2021 15:09:21 +0000 (17:09 +0200)
committerMattias Engdegård <mattiase@acm.org>
Fri, 30 Apr 2021 15:31:20 +0000 (17:31 +0200)
commit1167253f75badf9e7df1bf983c2ebeb2d37d3881
tree8e8b97591a7298fa63bd17d2f50a43d514e4256f
parentab7a61e0efd0684bc37a556d12f36521f9f61782
Don't signal scan-error in interactive sexp-based commands

This takes care of unfinished business from df0f32f04850 (bug#43489).

* lisp/emacs-lisp/lisp.el (end-of-defun, mark-defun):
* lisp/reposition.el (reposition-window):
* lisp/simple.el (transpose-sexps): Convert nasty-looking scan-error
into a human-readable message.
lisp/emacs-lisp/lisp.el
lisp/reposition.el
lisp/simple.el