]> git.eshelyaron.com Git - emacs.git/commit
Fix two small errors in comment-depth stuff:
authorAlan Mackenzie <acm@muc.de>
Tue, 8 Mar 2016 17:26:11 +0000 (17:26 +0000)
committerAlan Mackenzie <acm@muc.de>
Tue, 8 Mar 2016 17:26:11 +0000 (17:26 +0000)
commitf0addfb43026e04ab3452d48fe24f7e7bd0101ce
tree08a1b28e22920fdd079f675f7c2c015d023aa8cc
parent7272a47df18873f8583e88c88d38b9c21a96fea4
Fix two small errors in comment-depth stuff:

* src/syntax.c: (back_comment): Also check for syntax Scomment_fence whilst
verifying comment opener.
(scan_sexps_forward): Remove unused variable `count'.
src/syntax.c