]> git.eshelyaron.com Git - emacs.git/commit
Fix indent-sexp of #s(...) (Bug#31984)
authorNoam Postavsky <npostavs@gmail.com>
Thu, 19 Jul 2018 10:40:54 +0000 (06:40 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Sun, 22 Jul 2018 01:07:07 +0000 (21:07 -0400)
commit1b4b96597c7868d9c24389d83089097a521206a5
treedd9f8556ba019a88b8fd11c250ff592f831fdab3
parent59e8533286cc8b5abc80b0966ef4b9fb676fbdfe
Fix indent-sexp of #s(...) (Bug#31984)

* lisp/emacs-lisp/lisp-mode.el (indent-sexp): Look for a sexp that
ends after the current line.
* test/lisp/emacs-lisp/lisp-mode-tests.el (indent-sexp-go): New test.
lisp/emacs-lisp/lisp-mode.el
test/lisp/emacs-lisp/lisp-mode-tests.el