]> git.eshelyaron.com Git - emacs.git/commit
CC Mode. Fix an off by one error. Fixes bug #41809
authorAlan Mackenzie <acm@muc.de>
Thu, 25 Jun 2020 17:07:16 +0000 (17:07 +0000)
committerAlan Mackenzie <acm@muc.de>
Thu, 25 Jun 2020 17:07:16 +0000 (17:07 +0000)
commit7574390099f0de11939a0e3626cf222b58863290
treec4c69ca17b4a5369b7f1569c094680cf32284d0e
parent7d6b860245acef3c546161169e34f24e93e8066e
CC Mode.  Fix an off by one error.  Fixes bug #41809

* lisp/progmodes/cc-engine.el (c-full-pp-to-literal): Change > to >= (twice).
lisp/progmodes/cc-engine.el