]> git.eshelyaron.com Git - emacs.git/commit
Suppress indent errors during electric indentation (Bug#18764)
authorNoam Postavsky <npostavs@gmail.com>
Thu, 21 Jun 2018 00:12:23 +0000 (20:12 -0400)
committerNoam Postavsky <npostavs@gmail.com>
Mon, 25 Jun 2018 23:18:55 +0000 (19:18 -0400)
commitc71fb6b0cdb7043e2828a6843496ab20f4577cbb
treef76b37a5355dc113bf6e9a6e9d3d82cc7b06686a
parentd0e2a341dd9a9a365fd311748df024ecb25b70ec
Suppress indent errors during electric indentation (Bug#18764)

* lisp/electric.el (electric-indent-post-self-insert-function):
Suppress errors from indent code, but don't suppress errors from
elsewhere in this function.  That way, if trouble is encountered with
electric indent "not working", the error should be reproducible by
calling indent directly (as is the case for Bug#18764), or else it's
from the electric indent code and will be reported normally.
lisp/electric.el