Fix errors in kmacro.el post-command-hook
commitdb68cefe72e5c68fa81796028a52de1b8e6480aa
authorEli Zaretskii <eliz@gnu.org>
Mon, 16 Oct 2017 16:36:06 +0000 (16 19:36 +0300)
committerEli Zaretskii <eliz@gnu.org>
Mon, 16 Oct 2017 16:36:06 +0000 (16 19:36 +0300)
treeb818283761d3eff9c2c18fe55ccdc186dc180bcf
parentc63b344c3d5f6278a189a16099ee6310fad9fbd7
Fix errors in kmacro.el post-command-hook

* lisp/kmacro.el (kmacro-step-edit-active): Initialize to nil to
avoid 'void-variable' errors.  (Bug#28818)
* test/lisp/kmacro-tests.el
(kmacro-tests-step-edit-cleans-up-hook): Now succeeds.  (Bug#18708)
lisp/kmacro.el
test/lisp/kmacro-tests.el